Skip to content

Commit

Permalink
polars
Browse files Browse the repository at this point in the history
  • Loading branch information
dycw committed Oct 1, 2024
1 parent 150b89d commit 208de42
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ dev = [
"numpy >= 2.0.2, < 2.1",
"optuna >= 4.0.0, < 4.1",
"orjson >= 3.10.7, < 3.11",
"polars-lts-cpu >= 1.6.0, < 1.7",
"polars-lts-cpu >= 1.8.0, < 1.9",
"pqdm >= 0.2.0, < 0.3",
"psycopg2-binary >= 2.9.9, < 2.10", # for sqlalchemy
"pydantic >= 2.9.0, < 2.10",
"pyhumps >= 3.8.0, < 3.9",
"pyinstrument >= 4.7.3, < 4.8",
"pypiserver[passlib] >= 2.1.1, < 2.2",
"pypiserver[passlib] >= 2.2.0, < 2.3",
"pytest >= 8.3.3, < 8.4",
"python-dotenv >= 1.0.1, < 1.1",
"redis >= 5.1.0, < 5.2",
Expand Down Expand Up @@ -84,7 +84,7 @@ dev = [
scripts-pypi-server = [
"click >= 8.1.7, < 8.2",
"loguru >= 0.7.2, < 0.8",
"pypiserver[passlib] >= 2.1.1, < 2.2",
"pypiserver[passlib] >= 2.2.0, < 2.3",
"typed-settings >= 24.5.0, < 24.6",
]
test = [
Expand Down Expand Up @@ -206,7 +206,7 @@ zzz-test-scipy = ["scipy >= 1.14.1, < 1.15"]
zzz-test-scripts-pypi-server = [
"click >= 8.1.7, < 8.2",
"loguru >= 0.7.2, < 0.8",
"pypiserver[passlib] >= 2.1.1, < 2.2",
"pypiserver[passlib] >= 2.2.0, < 2.3",
"typed-settings >= 24.5.0, < 24.6",
]
zzz-test-sentinel = []
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ pluggy==1.5.0
# via
# hatchling
# pytest
polars-lts-cpu==1.6.0
polars-lts-cpu==1.8.2
# via dycw-utilities (pyproject.toml)
pqdm==0.2.0
# via dycw-utilities (pyproject.toml)
Expand Down Expand Up @@ -296,7 +296,7 @@ pyhumps==3.8.0
# via dycw-utilities (pyproject.toml)
pyinstrument==4.7.3
# via dycw-utilities (pyproject.toml)
pypiserver==2.1.1
pypiserver==2.2.0
# via dycw-utilities (pyproject.toml)
pytest==8.3.3
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/scripts-pypi-server.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pip==24.2
# via pypiserver
pluggy==1.5.0
# via pytest
pypiserver==2.1.1
pypiserver==2.2.0
# via dycw-utilities (pyproject.toml)
pytest==8.3.3
# via
Expand Down

0 comments on commit 208de42

Please sign in to comment.