Skip to content

Commit 7127456

Browse files
authored
Pin for requirements.txt
1 parent c126ff5 commit 7127456

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

requirements.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@
55

66
# Install / Development extra requirements
77
build[uv] # for building sdist and wheel
8-
expecttest>=0.3.0
9-
filelock
10-
fsspec>=0.8.5
11-
hypothesis
12-
jinja2
13-
lintrunner ; platform_machine != "s390x" and platform_machine != "riscv64"
14-
networkx>=2.5.1
15-
ninja
8+
expecttest==0.3.0
9+
filelock==3.20.0
10+
fsspec==2025.9.0
11+
hypothesis==5.35.1
12+
Jinja2==3.1.6
13+
lintrunner==0.12.7 ; platform_machine != "s390x" and platform_machine != "riscv64"
14+
networkx==2.8.8
15+
ninja==1.11.1.3
1616
numpy==2.0.2 ; python_version == "3.9"
1717
numpy==2.1.2 ; python_version > "3.9"
18-
optree>=0.13.0
19-
psutil
20-
sympy>=1.13.3
21-
typing-extensions>=4.13.2
18+
optree==0.13.0
19+
psutil==7.1.0
20+
sympy==1.13.3
21+
typing_extensions==4.15.0
2222
wheel

0 commit comments

Comments
 (0)