Skip to content

Commit

Permalink
restrict pandas and matplotlib versions for conda CI (handley-lab#369)
Browse files Browse the repository at this point in the history
* is this somehow how the conda version is enforced???

* remember to add 2

* bump version to 2.8.1

* check that I haven't lost it

* fix mpl and pandas versions in conda ci
  • Loading branch information
AdamOrmondroyd authored Mar 5, 2024
1 parent 24cbfa5 commit 54170d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
run: |
conda config --append channels conda-forge
conda install pytest pytest-cov
conda install scipy numpy 'matplotlib>=3.6.1' 'pandas>=2.0.0'
conda install scipy numpy 'matplotlib>=3.6.1,<3.9.0' 'pandas>=2.0.0,<2.2.0'
- name: Test with pytest
shell: bash -l {0}
Expand Down
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.0
:Version: 2.8.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.8.0'
__version__ = '2.8.1'

0 comments on commit 54170d8

Please sign in to comment.