Skip to content

Commit 1c011c3

Browse files
committed
build(deps): packages
1 parent af1f90b commit 1c011c3

File tree

3 files changed

+25
-25
lines changed

3 files changed

+25
-25
lines changed

poetry.lock

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements-dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ platformdirs==4.3.6 ; python_version >= "3.8"
2727
pluggy==1.5.0 ; python_version >= "3.8"
2828
pytest-cov==5.0.0 ; python_version >= "3.8"
2929
pytest==8.3.4 ; python_version >= "3.8"
30-
ruff==0.9.4 ; python_version >= "3.8"
30+
ruff==0.9.6 ; python_version >= "3.8"
3131
setuptools==75.8.0 ; python_version >= "3.12"
3232
sympy==1.13.1 ; python_version >= "3.9"
33-
sympy==1.13.3 ; python_version >= "3.8" and python_version < "3.9"
33+
sympy==1.13.3 ; python_version < "3.9" and python_version >= "3.8"
3434
tomli==2.2.1 ; python_full_version <= "3.11.0a6" and python_version >= "3.8"
35-
torch==2.4.1+cpu ; python_version >= "3.8" and python_version < "3.9"
35+
torch==2.4.1+cpu ; python_version < "3.9" and python_version >= "3.8"
3636
torch==2.6.0+cpu ; python_version >= "3.9"
3737
typing-extensions==4.12.2 ; python_version >= "3.8"

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ numpy==1.24.4 ; python_version < "3.9" and python_version >= "3.8"
1313
numpy==2.0.2 ; python_version >= "3.9"
1414
setuptools==75.8.0 ; python_version >= "3.12"
1515
sympy==1.13.1 ; python_version >= "3.9"
16-
sympy==1.13.3 ; python_version >= "3.8" and python_version < "3.9"
17-
torch==2.4.1+cpu ; python_version >= "3.8" and python_version < "3.9"
16+
sympy==1.13.3 ; python_version < "3.9" and python_version >= "3.8"
17+
torch==2.4.1+cpu ; python_version < "3.9" and python_version >= "3.8"
1818
torch==2.6.0+cpu ; python_version >= "3.9"
1919
typing-extensions==4.12.2 ; python_version >= "3.8"

0 commit comments

Comments
 (0)