We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6222984 commit d3b4c9dCopy full SHA for d3b4c9d
1 file changed
setup.py
@@ -9,15 +9,15 @@
9
classifiers=[
10
'Intended Audience :: Science/Research'],
11
python_requires='>=3.6.8',
12
- install_requires=['setuptools',
13
- 'torch==1.6.0',
14
- 'numpy==1.17.5',
15
- 'pandas',
16
- 'scipy',
17
- 'plotly',
18
- 'seaborn',
19
- 'matplotlib',
20
- 'scikit-learn',
+ install_requires=['setuptools>=68.2.2',
+ 'torch>=2.1.0.dev20230330',
+ 'numpy>=1.24.1',
+ 'pandas>=1.5.3',
+ 'scipy>=1.10.1',
+ 'plotly>=5.14.0',
+ 'seaborn>=0.12.2',
+ 'matplotlib>=3.7.0',
+ 'scikit-learn>=1.2.2',
21
],
22
url='https://github.com/phueb/Ludwig',
23
license='MIT',
0 commit comments