Skip to content

Commit e9d2a7f

Browse files
committed
Put packages with non-python dependencies to requirements, everything else to the setup script
1 parent 9e99c8a commit e9d2a7f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
mpi4py
21
mkl-service
3-
matplotlib
2+
scipy
3+
mpi4py

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
download_url = "https://github.com/PPPLDeepLearning/plasma-python",
1818
#license = "Apache Software License v2",
1919
test_suite = "tests",
20-
install_requires = ['keras','theano','pathos','matplotlib','mpi4py'],
20+
install_requires = ['keras','theano','pathos','matplotlib'],
2121
tests_require = [],
2222
classifiers = ["Development Status :: 3 - Alpha",
2323
"Environment :: Console",

0 commit comments

Comments
 (0)