Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fmohr authored Sep 18, 2024
1 parent fbbc716 commit 89ea280
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@
setup(
name = 'naiveautoml',
packages = find_packages(exclude=["test"]),
version = '0.1.2',
version = '0.1.3',
license='MIT',
description = 'Fast and Timeout-Free Automated Machine Learning for Multi-Class classification, Multi-Label classification, and regression.',
author = 'Felix Mohr',
author_email = '[email protected]',
url = 'https://github.com/fmohr/naiveautoml',
download_url = 'https://github.com/fmohr/naiveautoml/archive/refs/tags/v0.0.27.tar.gz',
keywords = ['AutoML', 'sklearn', 'naive', 'simple', 'multi-class', 'multi-label', 'regression', 'no timeouts'],
install_requires=[
'numpy',
Expand Down

0 comments on commit 89ea280

Please sign in to comment.