Skip to content

Commit

Permalink
bump numpy to fix compat with eudist
Browse files Browse the repository at this point in the history
  • Loading branch information
dschwoerer committed Jan 9, 2024
1 parent 8ec8f0b commit b6c663c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
matrix:
python-version: [3.9]
pip-packages:
- "setuptools pip pytest pytest-cov coverage boutdata==0.1.4 xarray==0.18.0 dask==2.10.0 numpy==1.19.3 natsort==5.5.0 matplotlib==3.1.1 animatplot==0.4.2 netcdf4==1.5.8 Pillow==7.2.0 eudist==0.1.3"
- "setuptools pip pytest pytest-cov coverage boutdata==0.1.4 xarray==0.18.0 dask==2.10.0 numpy==1.20.0 natsort==5.5.0 matplotlib==3.1.1 animatplot==0.4.2 netcdf4==1.5.8 Pillow==7.2.0 eudist==0.1.3"
fail-fast: false

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
matrix:
python-version: [3.9]
pip-packages:
- "setuptools pip pytest pytest-cov coverage boutdata==0.1.4 xarray==0.18.0 dask==2.10.0 numpy==1.19.3 natsort==5.5.0 matplotlib==3.1.1 animatplot==0.4.2 netcdf4==1.5.8 Pillow==7.2.0 eudist==0.1.3"
- "setuptools pip pytest pytest-cov coverage boutdata==0.1.4 xarray==0.18.0 dask==2.10.0 numpy==1.20.0 natsort==5.5.0 matplotlib==3.1.1 animatplot==0.4.2 netcdf4==1.5.8 Pillow==7.2.0 eudist==0.1.3"
fail-fast: false

steps:
Expand Down

0 comments on commit b6c663c

Please sign in to comment.