Skip to content

Commit

Permalink
update setup and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
j-m-dean committed Nov 2, 2020
1 parent de4ecd3 commit 4861de1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
numpy
scipy
scipy>=1.5.3
emcee
dynesty>=1.0.1
uncertainties
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
'author_email': 'andrew.mccluskey@diamond.ac.uk',
'packages': PACKAGES,
'include_package_data': True,
'setup_requires': ['numpy', 'scipy', 'emcee', 'tqdm',
'setup_requires': ['numpy', 'scipy>=1.5.3', 'emcee', 'tqdm',
'uncertainties', 'dynesty>=1.0.1'],
'install_requires': ['numpy', 'scipy', 'emcee', 'tqdm',
'install_requires': ['numpy', 'scipy>=1.5.3', 'emcee', 'tqdm',
'uncertainties', 'dynesty>=1.0.1'],
'version': VERSION,
'license': 'MIT',
Expand Down

0 comments on commit 4861de1

Please sign in to comment.