File tree Expand file tree Collapse file tree 3 files changed +21
-21
lines changed Expand file tree Collapse file tree 3 files changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ numpy==1.21.1 ; python_full_version >= "3.7.2" and python_version < "3.8"
1919numpy == 1.24.3 ; python_version >= "3.8" and python_full_version < "4.0.0"
2020packaging == 23.1 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
2121pathspec == 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"
2323pluggy == 1.0.0 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
2424pytest-cov == 4.0.0 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
2525pytest == 7.3.1 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
2626ruff == 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"
2828tomli == 2.0.1 ; python_full_version >= "3.7.2" and python_full_version <= "3.11.0a6"
2929torch == 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"
3131typed-ast == 1.5.4 ; python_version < "3.8" and implementation_name == "cpython" and python_full_version >= "3.7.2"
3232typing-extensions == 4.5.0 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
3333zipp == 3.15.0 ; python_full_version >= "3.7.2" and python_version < "3.8"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ mpmath==1.3.0 ; python_version >= "3.8" and python_full_version < "4.0.0"
77networkx == 3.1 ; python_version >= "3.8" and python_full_version < "4.0.0"
88numpy == 1.21.1 ; python_full_version >= "3.7.2" and python_version < "3.8"
99numpy == 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"
1111torch == 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"
1313typing-extensions == 4.5.0 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
You can’t perform that action at this time.
0 commit comments