Skip to content

Commit

Permalink
move to stable polars, pin numpy below 2
Browse files Browse the repository at this point in the history
  • Loading branch information
callumrollo committed Aug 6, 2024
1 parent 96fb528 commit 45c4141
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ channels:
- conda-forge
dependencies:
- python>=3.10
- numpy
- numpy<2
- pip
- xarray
- dask
- netcdf4
- gsw
- polars>=1.1
- scipy
- bitstring
- pooch
- pip:
- dbdreader
- polars
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ dbdreader
dask
gsw
netcdf4
numpy
numpy<2
pooch
scipy
xarray
polars>0.16
polars>=1.1
4 changes: 2 additions & 2 deletions tests/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ channels:
- conda-forge
dependencies:
- python>=3.9
- numpy
- numpy<2
- pip
- xarray
- dask
- netcdf4
- gsw
- scipy
- bitstring
- polars>=1.1
- pytest
- pytest-cov
- pooch
Expand All @@ -19,4 +20,3 @@ dependencies:
- cc-plugin-glider
- pip:
- dbdreader
- polars

0 comments on commit 45c4141

Please sign in to comment.