Skip to content

Commit

Permalink
Merge pull request #431 from mj-will/support-py3.13
Browse files Browse the repository at this point in the history
CI: test on Python 3.13
  • Loading branch information
mj-will authored Jan 27, 2025
2 parents e9ea69b + 0303500 commit e40a1e2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
os: [macOS, Ubuntu, Windows]
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
runs-on: ${{ matrix.os }}-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
os: [macOS, Ubuntu, Windows]
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
runs-on: ${{ matrix.os }}-latest

steps:
Expand Down
9 changes: 2 additions & 7 deletions ci_environment.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
name: nessai-ci
channels:
- default
- pytorch
- conda-forge
dependencies:
- numpy
- pandas
- scipy>=0.16, <1.14 # tmp fix for a bilby issue
- scipy>=0.16
- matplotlib>=2.0
- seaborn
- pytorch>=1.11.0
- cpuonly
- pytorch-cpu>=2.0
- glasflow
- h5py
- corner
- bilby
- astropy
- faiss-cpu>=1.7.3,!=1.7.4 # conda release for 1.7.4 is broken
- multiprocess
- pytest
- pytest-cov
Expand All @@ -25,5 +21,4 @@ dependencies:
- pytest-integration
- pip
- pip:
- nflows
- ray[default] ; (sys_platform != 'win32' and python_version < '3.12') or (sys_platform == 'win32' and python_version < '3.12')

0 comments on commit e40a1e2

Please sign in to comment.