Skip to content

Commit 8e35236

Browse files
Update setup.py
1 parent 3ff7a5c commit 8e35236

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#import plasma.version
55

66
setup(name = "plasma",
7-
version = "0.0.2",
7+
version = "0.0.3",
88
packages = find_packages(),
99
#scripts = [""],
1010
description = "PPPL deep learning package.",
@@ -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 = ['theano','pathos','h5py','keras'],
20+
install_requires = ['keras','theano','pathos','matplotlib','mpi4py'],
2121
tests_require = [],
2222
classifiers = ["Development Status :: 3 - Alpha",
2323
"Environment :: Console",

0 commit comments

Comments
 (0)