Skip to content

Commit

Permalink
Update polars dependencies and workflows (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
durandtibo authored Mar 1, 2024
1 parent 8c22b78 commit 321da2d
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ jobs:
matrix:
os: [ ubuntu-latest ]
python-version: [ '3.12', '3.11', '3.10', '3.9' ]
polars-version: [ '0.20.10', '0.19.19', '0.18.15' ]
polars-version: [ '0.20.13', '0.19.19', '0.18.15' ]

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
matrix:
os: [ ubuntu-latest ]
python-version: [ '3.12', '3.11', '3.10', '3.9' ]
polars-version: [ '0.20.10', '0.19.19', '0.18.15' ]
polars-version: [ '0.20.13', '0.19.19', '0.18.15' ]

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ repos:
additional_dependencies:
- black>=24.1.1
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.2.2
rev: v0.3.0
hooks:
- id: ruff
args: [--fix]
64 changes: 32 additions & 32 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jaxlib = { version = ">=0.4.1,<1.0", optional = true }
numpy = { version = ">=1.21,<2.0", optional = true }
pandas = { version = ">=1.3,<3.0", optional = true }
# polars: 0.18.3 is the minimal version because of https://github.com/pola-rs/polars/issues/9358
polars = { version = ">=0.18.3,<1.0,!=0.20.12", optional = true }
polars = { version = ">=0.18.3,<1.0", optional = true }
torch = { version = ">=1.10,<3.0", optional = true }
xarray = { version = ">=2023.1", optional = true }

Expand All @@ -71,7 +71,7 @@ pygments = "^2.17"
pytest = "^8.0"
pytest-cov = "^4.1"
pytest-timeout = "^2.2"
ruff = ">=0.2.0,<1.0"
ruff = ">=0.3.0,<1.0"
xdoctest = "^1.1"


Expand Down

0 comments on commit 321da2d

Please sign in to comment.