Skip to content

Commit d3b4c9d

Browse files
committed
reversed setup.py
1 parent 6222984 commit d3b4c9d

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

setup.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
classifiers=[
1010
'Intended Audience :: Science/Research'],
1111
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',
12+
install_requires=['setuptools>=68.2.2',
13+
'torch>=2.1.0.dev20230330',
14+
'numpy>=1.24.1',
15+
'pandas>=1.5.3',
16+
'scipy>=1.10.1',
17+
'plotly>=5.14.0',
18+
'seaborn>=0.12.2',
19+
'matplotlib>=3.7.0',
20+
'scikit-learn>=1.2.2',
2121
],
2222
url='https://github.com/phueb/Ludwig',
2323
license='MIT',

0 commit comments

Comments
 (0)