Skip to content

Commit 2f7b243

Browse files
committed
build(deps): packages
1 parent d852810 commit 2f7b243

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

poetry.lock

Lines changed: 16 additions & 16 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
@@ -19,15 +19,15 @@ numpy==1.21.1 ; python_full_version >= "3.7.2" and python_version < "3.8"
1919
numpy==1.24.3 ; python_version >= "3.8" and python_full_version < "4.0.0"
2020
packaging==23.1 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
2121
pathspec==0.11.1 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
22-
platformdirs==3.5.0 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
22+
platformdirs==3.5.1 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
2323
pluggy==1.0.0 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
2424
pytest-cov==4.0.0 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
2525
pytest==7.3.1 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
2626
ruff==0.0.264 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
27-
sympy==1.11.1 ; python_version >= "3.8" and python_full_version < "4.0.0"
27+
sympy==1.12 ; python_version >= "3.8" and python_full_version < "4.0.0"
2828
tomli==2.0.1 ; python_full_version >= "3.7.2" and python_full_version <= "3.11.0a6"
2929
torch==1.13.1+cpu ; python_full_version >= "3.7.2" and python_version < "3.8"
30-
torch==2.0.0+cpu ; python_version >= "3.8" and python_full_version < "4.0.0"
30+
torch==2.0.1+cpu ; python_version >= "3.8" and python_full_version < "4.0.0"
3131
typed-ast==1.5.4 ; python_version < "3.8" and implementation_name == "cpython" and python_full_version >= "3.7.2"
3232
typing-extensions==4.5.0 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
3333
zipp==3.15.0 ; python_full_version >= "3.7.2" and python_version < "3.8"

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ mpmath==1.3.0 ; python_version >= "3.8" and python_full_version < "4.0.0"
77
networkx==3.1 ; python_version >= "3.8" and python_full_version < "4.0.0"
88
numpy==1.21.1 ; python_full_version >= "3.7.2" and python_version < "3.8"
99
numpy==1.24.3 ; python_version >= "3.8" and python_full_version < "4.0.0"
10-
sympy==1.11.1 ; python_version >= "3.8" and python_full_version < "4.0.0"
10+
sympy==1.12 ; python_version >= "3.8" and python_full_version < "4.0.0"
1111
torch==1.13.1+cpu ; python_full_version >= "3.7.2" and python_version < "3.8"
12-
torch==2.0.0+cpu ; python_version >= "3.8" and python_full_version < "4.0.0"
12+
torch==2.0.1+cpu ; python_version >= "3.8" and python_full_version < "4.0.0"
1313
typing-extensions==4.5.0 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"

0 commit comments

Comments
 (0)