Skip to content

Commit 6222984

Browse files
committed
removed version control
1 parent 3474160 commit 6222984

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

setup.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
install_requires=['setuptools',
1313
'torch==1.6.0',
1414
'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',
15+
'pandas',
16+
'scipy',
17+
'plotly',
18+
'seaborn',
19+
'matplotlib',
20+
'scikit-learn',
2121
],
2222
url='https://github.com/phueb/Ludwig',
2323
license='MIT',

0 commit comments

Comments
 (0)