Skip to content

Commit 8fcf235

Browse files
committed
add python lock files
1 parent 5d57a63 commit 8fcf235

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

python/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
tskit>=0.6.3
2+
pytest
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# This file was autogenerated by uv via the following command:
2+
# uv pip compile -p 3.13 requirements.txt
3+
attrs==25.3.0
4+
# via
5+
# jsonschema
6+
# referencing
7+
iniconfig==2.1.0
8+
# via pytest
9+
jsonschema==4.23.0
10+
# via tskit
11+
jsonschema-specifications==2025.4.1
12+
# via jsonschema
13+
numpy==2.2.5
14+
# via tskit
15+
packaging==25.0
16+
# via pytest
17+
pluggy==1.6.0
18+
# via pytest
19+
pytest==8.3.5
20+
# via -r requirements.txt
21+
referencing==0.36.2
22+
# via
23+
# jsonschema
24+
# jsonschema-specifications
25+
rpds-py==0.25.0
26+
# via
27+
# jsonschema
28+
# referencing
29+
tskit==0.6.3
30+
# via -r requirements.txt

0 commit comments

Comments
 (0)