File tree Expand file tree Collapse file tree 3 files changed +19
-16
lines changed
Expand file tree Collapse file tree 3 files changed +19
-16
lines changed Original file line number Diff line number Diff line change 11bintrees == 2.2.0
22daiquiri == 3.3.0
33demes == 0.2.3
4- mypy == 1.15 .0
4+ mypy == 1.17 .0
55newick == 1.10.0
6- pytest == 8.3.5
7- pytest-cov == 6.0.0
8- pytest-xdist == 3.6.1
6+ pytest == 8.4.1
7+ pytest-cov == 6.2.1
8+ pytest-xdist == 3.8.0
99python_jsonschema_objects == 0.5.7
10- scipy == 1.14.0
11- tskit == 0.6.0
10+ scipy == 1.15.3
11+ tskit == 0.6.4
1212kastore == 0.3.3
Original file line number Diff line number Diff line change @@ -2,11 +2,12 @@ daiquiri==3.3.0
22demes == 0.2.3
33demesdraw == 0.4.0
44jupyter-book == 1.0.4.post1
5- networkx == 3.4.2
6- matplotlib == 3.10.1
5+ networkx == 3.5
6+ matplotlib == 3.10.3
77newick == 1.10.0
8+ setuptools == 80.9.0
89sphinx-argparse == 0.5.2
910sphinx-book-theme # not pinned to enable easy updates
10- sphinx-issues == 5.0.0
11- tskit == 0.6.0
12- scipy == 1.15.2
11+ sphinx-issues == 5.0.1
12+ tskit == 0.6.4
13+ scipy == 1.16.1
Original file line number Diff line number Diff line change 11bintrees == 2.2.0
2- daiquiri == 3.2.5.1
2+ daiquiri == 3.2.5.1 ; python_version < ="3.9"
3+ daiquiri == 3.3.0 ; python_version > "3.9"
34kastore == 0.3.3
45newick == 1.10.0
5- pytest == 8.3.5
6- pytest-xdist == 3.6.1
6+ pytest == 8.4.1
7+ pytest-xdist == 3.8.0
78python_jsonschema_objects == 0.5.7
8- scipy == 1.13.1
9- tskit == 0.6.0
9+ scipy == 1.13.1 ; python_version < ="3.9"
10+ scipy == 1.16.1 ; python_version > "3.9"
11+ tskit == 0.6.4
You can’t perform that action at this time.
0 commit comments