We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3474160 commit 6222984Copy full SHA for 6222984
1 file changed
setup.py
@@ -12,12 +12,12 @@
12
install_requires=['setuptools',
13
'torch==1.6.0',
14
'numpy==1.17.5',
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',
+ 'pandas',
+ 'scipy',
+ 'plotly',
+ 'seaborn',
+ 'matplotlib',
+ 'scikit-learn',
21
],
22
url='https://github.com/phueb/Ludwig',
23
license='MIT',
0 commit comments