Skip to content

Commit

Permalink
Updates requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
luizfelippesr committed Jun 29, 2020
1 parent 6e7ad24 commit 88f69e3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 10 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
numpy
h5py
astropy
scipy
astropy==4.0.*
corner==2.0.*
dynesty==1.0.*
h5py==2.10.*
healpy==1.*
mpi4py==3.*
numpy>=1.19.0
pymultinest==2.9
ultranest==2.2.*
hampyx
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
platforms="any",
python_requires='>=3.5',
install_requires=requirements,
#dependency_links=[
#'git+https://bitbucket.org/hammurabicode/hamx.git#egg=hampyx'],
zip_safe=False,
classifiers=["Development Status :: 3 - Alpha",
"Intended Audience :: Science/Research",
Expand Down

0 comments on commit 88f69e3

Please sign in to comment.