We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ce5d3c commit 7d2bf72Copy full SHA for 7d2bf72
latex/python/pyproject.toml
@@ -2,19 +2,19 @@
2
dependencies = [
3
"matplotlib==3.9.0",
4
"onnx==1.16.1",
5
- "onnxscript==0.1.0.dev20240601",
+ "onnxscript==0.1.0.dev20240701",
6
"pandas==2.2.2",
7
- "scipy==1.13.1"
+ "scipy==1.14.0"
8
]
9
name = "UNKNOWN"
10
version = "0.0.0"
11
12
[project.optional-dependencies]
13
dev = [
14
"check-python-script@https://api.github.com/repos/pbizopoulos/check-python-script/tarball/6b4fdb7#subdirectory=python",
15
- "coverage==7.5.3",
+ "coverage==7.5.4",
16
"djlint==1.34.1",
17
- "mypy==1.10.0",
18
- "ruff==0.4.7",
+ "mypy==1.10.1",
+ "ruff==0.5.0",
19
"toml-sort==0.23.1"
20
0 commit comments