Skip to content

Commit c6d59ac

Browse files
committed
Update deps
1 parent 219f2af commit c6d59ac

File tree

3 files changed

+20
-17
lines changed

3 files changed

+20
-17
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
bintrees==2.2.0
22
daiquiri==3.3.0
33
demes==0.2.3
4-
mypy==1.15.0
4+
mypy==1.17.0
55
newick==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
99
python_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
1212
kastore==0.3.3
Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
daiquiri==3.3.0
22
demes==0.2.3
33
demesdraw==0.4.0
4-
jupyter-book==1.0.4.post1
5-
networkx==3.4.2
6-
matplotlib==3.10.1
4+
jupyter-book==2.0.0b2
5+
networkx==3.5
6+
matplotlib==3.10.3
77
newick==1.10.0
8+
setuptools==80.9.0
89
sphinx-argparse==0.5.2
910
sphinx-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
Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
bintrees==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"
34
kastore==0.3.3
45
newick==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
78
python_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

0 commit comments

Comments
 (0)