Skip to content

Commit 911a6cf

Browse files
Update some version pins
1 parent 50ccbdd commit 911a6cf

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

python/pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ test = [
6969
"kastore==0.3.3",
7070
"lshmm==0.0.8",
7171
"msgpack==1.1.0",
72-
"msprime==1.3.4",
72+
"msprime==1.4.0b2",
7373
"networkx==3.2.1",
74-
"numba==0.61.2",
74+
"numba==0.63.1",
7575
"portion==2.6.0",
7676
"pytest==8.3.5",
7777
"pytest-cov==6.0.0",
@@ -89,8 +89,8 @@ docs = [
8989
"sphinx-autodoc-typehints==2.3.0",
9090
"sphinx-issues==5.0.0",
9191
"sphinx-argparse==0.5.2",
92-
"msprime==1.3.3",
93-
"numba==0.61.2",
92+
"msprime==1.4.0b2",
93+
"numba==0.63.1",
9494
"sphinx-book-theme",
9595
"pandas==2.2.3",
9696
]
@@ -118,7 +118,7 @@ dev = [
118118
"xmlunittest",
119119
"newick",
120120
"zarr<3",
121-
"jupyter-book",
121+
"jupyter-book<2",
122122
"breathe",
123123
"sphinx-autodoc-typehints",
124124
"sphinx-issues",

0 commit comments

Comments
 (0)