File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ def calculate_version():
14
14
15
15
setup (
16
16
name = 'TPOT2' ,
17
+ python_requires = '<3.12' , #for configspace compatibility
17
18
version = package_version ,
18
19
author = 'Pedro Ribeiro' ,
19
20
packages = find_packages (),
@@ -27,7 +28,7 @@ def calculate_version():
27
28
28
29
''' ,
29
30
zip_safe = True ,
30
- install_requires = ['numpy>=1.16.3 ' ,
31
+ install_requires = ['numpy>=1.26.4 ' ,
31
32
'scipy>=1.3.1' ,
32
33
'scikit-learn>=1.3.0' ,
33
34
'update_checker>=0.16' ,
@@ -41,13 +42,13 @@ def calculate_version():
41
42
'lightgbm>=3.3.3' ,
42
43
'optuna>=3.0.5' ,
43
44
'baikal>=0.4.2' ,
44
- 'jupyter>=1.0.0' ,
45
45
'networkx>=3.0' ,
46
- 'dask>=2023.3.1 ' ,
47
- 'distributed>=2023.7.0 ' ,
48
- 'dask-ml>=2022.5.27 ' ,
49
- 'dask-jobqueue>=0.8.1 ' ,
46
+ 'dask>=2024.4.2 ' ,
47
+ 'distributed>=2024.4.2 ' ,
48
+ 'dask-expr>=1.0.12 ' ,
49
+ 'dask-jobqueue>=0.8.5 ' ,
50
50
'func_timeout>=4.3.5' ,
51
+ 'configspace>=0.7.1' ,
51
52
],
52
53
extras_require = {
53
54
'skrebate' : ['skrebate>=0.3.4' ],
You can’t perform that action at this time.
0 commit comments