Skip to content

Commit

Permalink
ENH: fix polars incompatibilities
Browse files Browse the repository at this point in the history
  • Loading branch information
jklymak committed Mar 25, 2024
1 parent 95744cd commit baacc59
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: ["ubuntu-latest"]
python-version: ["3.7", "3.8", "3.9"]
python-version: ["3.9", "3.10"]

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions docs-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ autoapi
numpydoc
myst-parser
dbdreader
polars>0.16
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ dependencies:
- scipy
- bitstring
- pooch
- polars<0.16
- polars>0.16
- pip:
- dbdreader
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ numpy
pooch
scipy
xarray
polars>0.16
2 changes: 1 addition & 1 deletion tests/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ dependencies:
- pytest-cov
- pooch
- matplotlib
- polars<0.16
- polars>0.16
- pip:
- dbdreader<0.4.15

0 comments on commit baacc59

Please sign in to comment.