Skip to content

Commit

Permalink
Merge branch 'master' of github.com:arm61/uravu
Browse files Browse the repository at this point in the history
  • Loading branch information
arm61 committed Jul 25, 2022
2 parents ef09870 + 3f96e12 commit 08467ee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
numpy
scipy>=1.5.4
emcee
dynesty>=1.0.1
dynesty==1.0.1
uncertainties
pytest
matplotlib
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
'packages': PACKAGES,
'include_package_data': True,
'setup_requires': ['numpy', 'scipy>=1.5.4', 'emcee', 'tqdm',
'uncertainties', 'dynesty>=1.0.1'],
'uncertainties', 'dynesty==1.0.1'],
'install_requires': ['numpy', 'scipy>=1.5.4', 'emcee', 'tqdm',
'uncertainties', 'dynesty>=1.0.1'],
'uncertainties', 'dynesty==1.0.1'],
'version': VERSION,
'license': 'MIT',
'long_description': LONG_DESCRIPTION,
Expand Down
2 changes: 1 addition & 1 deletion uravu/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MAJOR = 1
MINOR = 2
MICRO = 5
MICRO = 6
__version__ = f'{MAJOR}.{MINOR}.{MICRO}'

0 comments on commit 08467ee

Please sign in to comment.