Skip to content

Commit

Permalink
restrict to pandas2.0 (#337)
Browse files Browse the repository at this point in the history
* restrict pandas to 2.0

* version bump
  • Loading branch information
AdamOrmondroyd authored Sep 12, 2023
1 parent 1bddc80 commit 1754464
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.3.0
:Version: 2.3.1
: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.3.0'
__version__ = '2.3.1'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ requires-python = ">=3.8"
dependencies = [
"scipy",
"numpy",
"pandas>=2.0.0",
"pandas~=2.0.0",
"matplotlib>=3.6.1",
]
classifiers = [
Expand Down

0 comments on commit 1754464

Please sign in to comment.