Skip to content

Commit

Permalink
Pin polars<0.20.8
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
  • Loading branch information
anmyachev committed Apr 19, 2024
1 parent 273c0be commit bc95898
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
path: .cache
restore-keys: |
mkdocs-material-
- run: pip install -r docs/requirements-docs.txt -e . pandas polars
- run: pip install -r docs/requirements-docs.txt -e . pandas polars<0.20.8

- run: mkdocs gh-deploy --force
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
covdefaults
pandas
polars
polars<0.20.8
pre-commit
pyarrow
pytest
Expand Down

0 comments on commit bc95898

Please sign in to comment.