Skip to content

Commit 16e5214

Browse files
authored
Update setup.py
1 parent c1c2a9d commit 16e5214

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

setup.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ def get_version(rel_path):
3838
setup(
3939
name="LoopStructural",
4040
install_requires=[
41-
'Cython',
42-
'numpy',
43-
'pandas',
44-
'scipy',
45-
'matplotlib',
46-
# 'lavavu',
47-
'scikit-image',
48-
'scikit-learn',
49-
'tqdm'
41+
# 'Cython',
42+
# 'numpy',
43+
# 'pandas',
44+
# 'scipy',
45+
# 'matplotlib',
46+
# # 'lavavu',
47+
# 'scikit-image',
48+
# 'scikit-learn',
49+
# 'tqdm'
5050

5151
],
5252
version=get_version("LoopStructural/__init__.py"),

0 commit comments

Comments
 (0)