Skip to content

Commit 4d727f7

Browse files
committed
build(deps): update packages
1 parent a0fc654 commit 4d727f7

File tree

3 files changed

+53
-31
lines changed

3 files changed

+53
-31
lines changed

poetry.lock

Lines changed: 49 additions & 27 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
@@ -22,9 +22,9 @@ pathspec==0.12.1 ; python_version >= "3.8" and python_full_version < "4.0.0"
2222
platformdirs==4.2.2 ; python_version >= "3.8" and python_full_version < "4.0.0"
2323
pluggy==1.5.0 ; python_version >= "3.8" and python_full_version < "4.0.0"
2424
pytest-cov==5.0.0 ; python_version >= "3.8" and python_full_version < "4.0.0"
25-
pytest==8.2.2 ; python_version >= "3.8" and python_full_version < "4.0.0"
26-
ruff==0.5.1 ; python_version >= "3.8" and python_full_version < "4.0.0"
27-
sympy==1.13.0 ; python_version >= "3.8" and python_full_version < "4.0.0"
25+
pytest==8.3.1 ; python_version >= "3.8" and python_full_version < "4.0.0"
26+
ruff==0.5.4 ; python_version >= "3.8" and python_full_version < "4.0.0"
27+
sympy==1.13.1 ; python_version >= "3.8" and python_full_version < "4.0.0"
2828
tbb==2021.13.0 ; python_version >= "3.8" and python_full_version < "4.0.0" and platform_system == "Windows"
2929
tomli==2.0.1 ; python_version >= "3.8" and python_full_version <= "3.11.0a6"
3030
torch==2.3.1+cpu ; python_version >= "3.8" and python_full_version < "4.0.0"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ mkl==2021.4.0 ; python_version >= "3.8" and python_full_version < "4.0.0" and pl
99
mpmath==1.3.0 ; python_version >= "3.8" and python_full_version < "4.0.0"
1010
networkx==3.1 ; python_version >= "3.8" and python_full_version < "4.0.0"
1111
numpy==1.24.4 ; python_version >= "3.8" and python_full_version < "4.0.0"
12-
sympy==1.13.0 ; python_version >= "3.8" and python_full_version < "4.0.0"
12+
sympy==1.13.1 ; python_version >= "3.8" and python_full_version < "4.0.0"
1313
tbb==2021.13.0 ; python_version >= "3.8" and python_full_version < "4.0.0" and platform_system == "Windows"
1414
torch==2.3.1+cpu ; python_version >= "3.8" and python_full_version < "4.0.0"
1515
typing-extensions==4.12.2 ; python_version >= "3.8" and python_full_version < "4.0.0"

0 commit comments

Comments
 (0)