Skip to content

Commit

Permalink
Merge branch 'master' of github.com:wesselb/gpcm
Browse files Browse the repository at this point in the history
  • Loading branch information
wesselb committed Mar 6, 2023
2 parents e431c81 + 33b95a3 commit a7aada6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down
8 changes: 4 additions & 4 deletions experiments/paper/requirements_snapshot.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ backcall==0.2.0
backends==1.4.19
backends-matrix==1.2.11
black==22.3.0
certifi==2021.10.8
certifi==2022.12.7
cftime==1.6.0
charset-normalizer==2.0.12
click==8.1.2
Expand All @@ -29,7 +29,7 @@ jax==0.3.4
jaxlib==0.3.2+cuda11.cudnn82
jedi==0.18.1
Jinja2==3.1.1
joblib==1.1.0
joblib==1.2.0
kiwisolver==1.4.2
MarkupSafe==2.1.1
matplotlib==3.5.1
Expand All @@ -38,15 +38,15 @@ mlkernels==0.3.5
mpmath==1.2.1
mypy-extensions==0.4.3
netCDF4==1.5.8
numpy==1.21.5
numpy==1.22.0
opt-einsum==3.3.0
packaging==21.3
pandas==1.3.5
parso==0.8.3
pathspec==0.9.0
pexpect==4.8.0
pickleshare==0.7.5
Pillow==9.1.0
Pillow==9.3.0
platformdirs==2.5.1
pluggy==1.0.0
plum-dispatch==1.5.9
Expand Down

0 comments on commit a7aada6

Please sign in to comment.