Skip to content

Commit

Permalink
Restrict scipy and numpy versions (#390)
Browse files Browse the repository at this point in the history
* restrict scipy and numpy versions

* bump version to 2.8.14
  • Loading branch information
AdamOrmondroyd authored Jul 3, 2024
1 parent 5b6b199 commit d367a4b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
anesthetic: nested sampling post-processing
===========================================
:Authors: Will Handley and Lukas Hergt
:Version: 2.8.13
:Version: 2.8.14
:Homepage: https://github.com/handley-lab/anesthetic
:Documentation: http://anesthetic.readthedocs.io/

Expand Down
2 changes: 1 addition & 1 deletion anesthetic/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.8.13'
__version__ = '2.8.14'
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ readme = "README.rst"
license = {file = "LICENSE"}
requires-python = ">=3.8"
dependencies = [
"scipy",
"numpy",
"scipy<2.0.0",
"numpy<2.0.0",
"pandas~=2.2.0",
"matplotlib>=3.6.1,<3.10.0",
]
Expand Down

0 comments on commit d367a4b

Please sign in to comment.