##// END OF EJS Templates
pyfits package
Ivan Valdez -
r807:a769e404a65c
parent child
Show More
@@ -35,6 +35,7 setup(name="schainpy",
35 35 install_requires=["numpy >= 1.6.0",
36 36 "scipy >= 0.9.0",
37 37 "h5py >= 2.0.1",
38 "matplotlib >= 1.0.0"
38 "matplotlib >= 1.0.0",
39 "pyfits >= 2.0.0",
39 40 ],
40 41 ) No newline at end of file
General Comments 0
You need to be logged in to leave comments. Login now