Skip to content

Commit

Permalink
update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
perib committed Apr 24, 2024
1 parent 18652bf commit 743adf3
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def calculate_version():

setup(
name='TPOT2',
python_requires='<3.12', #for configspace compatibility
version=package_version,
author='Pedro Ribeiro',
packages=find_packages(),
Expand All @@ -27,7 +28,7 @@ def calculate_version():
''',
zip_safe=True,
install_requires=['numpy>=1.16.3',
install_requires=['numpy>=1.26.4',
'scipy>=1.3.1',
'scikit-learn>=1.3.0',
'update_checker>=0.16',
Expand All @@ -41,13 +42,13 @@ def calculate_version():
'lightgbm>=3.3.3',
'optuna>=3.0.5',
'baikal>=0.4.2',
'jupyter>=1.0.0',
'networkx>=3.0',
'dask>=2023.3.1',
'distributed>=2023.7.0',
'dask-ml>=2022.5.27',
'dask-jobqueue>=0.8.1',
'dask>=2024.4.2',
'distributed>=2024.4.2',
'dask-expr>=1.0.12',
'dask-jobqueue>=0.8.5',
'func_timeout>=4.3.5',
'configspace>=0.7.1',
],
extras_require={
'skrebate': ['skrebate>=0.3.4'],
Expand Down

0 comments on commit 743adf3

Please sign in to comment.