Skip to content

Commit f7cd407

Browse files
committed
Update requirements
1 parent 35ee672 commit f7cd407

File tree

6 files changed

+27
-27
lines changed

6 files changed

+27
-27
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ jobs:
9595
run: |
9696
source ~/.profile
9797
conda activate anaconda-client-env
98-
pytest -xvs -n0
98+
pytest -xvs -n0 tests/test_mutations.py::TestMatrixMutationModel::test_TPM[0.5-0.25-50-500]
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
bintrees==2.2.0
2-
daiquiri==3.2.5.1
2+
daiquiri==3.3.0
33
demes==0.2.3
4-
mypy==1.10.1
5-
newick==1.9.0
6-
pytest==8.2.2
7-
pytest-cov==5.0.0
4+
mypy==1.15.0
5+
newick==1.10.0
6+
pytest==8.3.5
7+
pytest-cov==6.0.0
88
pytest-xdist==3.6.1
9-
python_jsonschema_objects==0.5.5
10-
scipy==1.14.0
11-
stdpopsim==0.1.2
12-
tskit==0.5.8
9+
python_jsonschema_objects==0.5.7
10+
scipy==1.13.1
11+
stdpopsim==0.1.2 #Pinned for OOA model
12+
tskit==0.6.0
1313
kastore==0.3.3
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
daiquiri==3.2.5.1
1+
daiquiri==3.3.0
22
demes==0.2.3
33
demesdraw==0.4.0
4-
jupyter-book==1.0.2
5-
networkx==3.3
6-
matplotlib==3.9.0
7-
newick==1.9.0
8-
sphinx-argparse==0.4.0
4+
jupyter-book==1.0.4.post1
5+
networkx==3.4.2
6+
matplotlib==3.10.1
7+
newick==1.10.0
8+
sphinx-argparse==0.5.2
99
sphinx-book-theme # not pinned to enable easy updates
10-
sphinx-issues==4.1.0
11-
tskit==0.5.8
12-
scipy==1.14.0
10+
sphinx-issues==5.0.0
11+
tskit==0.6.0
12+
scipy==1.15.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
gsl
2-
stdpopsim==0.1.2
2+
stdpopsim==0.1.2 # Pinned for OOA model
33
demes==0.2.3
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
bintrees==2.2.0
22
daiquiri==3.2.5.1
33
kastore==0.3.3
4-
newick==1.9.0
5-
pytest==8.2.2
4+
newick==1.10.0
5+
pytest==8.3.5
66
pytest-xdist==3.6.1
7-
python_jsonschema_objects==0.5.5
8-
scipy==1.11.3
9-
tskit==0.5.8
7+
python_jsonschema_objects==0.5.7
8+
scipy==1.13.1
9+
tskit==0.6.0

requirements/development.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
docutils==0.15 # issue with 0.17, https://github.com/tskit-dev/msprime/issues/1625
1+
docutils==0.21.2 # issue with 0.17, https://github.com/tskit-dev/msprime/issues/1625
22
asv
33
bintrees
44
coverage
@@ -19,7 +19,7 @@ pytest-xdist
1919
tskit>=0.5.2
2020
kastore
2121
sphinx-book-theme
22-
stdpopsim==0.1.2 # Make sure we have correct version of OOA model
22+
stdpopsim==0.1.2 # Pinned for OOA model
2323
scipy
2424
setuptools_scm
2525
sphinx>=4.4

0 commit comments

Comments
 (0)