Skip to content

Commit dfc42bb

Browse files
committed
version bumps
1 parent 024356b commit dfc42bb

File tree

3 files changed

+10
-17
lines changed

3 files changed

+10
-17
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,6 @@ jobs:
3737
run: |
3838
echo "CONDA=$CONDA" >> $GITHUB_OUTPUT
3939
40-
- name: fix conda permissions
41-
if: runner.os == 'macOS'
42-
run: |
43-
# Fix incorrect conda permissions on mac that prevent cache restore.
44-
sudo chown -R $USER:staff ${{ steps.find-conda.outputs.CONDA }}
45-
4640
- name: cache conda
4741
id: cache
4842
uses: actions/cache@v4

requirements/CI/conda.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
msprime==1.2.0
2-
slim==4.0
1+
msprime==1.3.3
2+
slim==4.3

requirements/CI/requirements.txt

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,22 @@
1-
coverage==6.3.3
1+
coverage==7.5.4
22
flake8==5.0.4
3-
pytest==7.3.2
4-
pytest-cov==4.1.0
5-
pytest-xdist==3.3.1
6-
setuptools-scm==7.1.0
3+
pytest==8.2.2
4+
pytest-cov==5.0.0
5+
pytest-xdist==3.6.1
6+
setuptools-scm==8.1.0
77
sphinx==5.0.2
88
sphinx-argparse==0.4.0
99
sphinx-issues==3.0.1
1010
sphinx_rtd_theme==1.2.0
1111
sphinxcontrib-programoutput==0.17
12-
msprime==1.2.0
13-
attrs==21.4.0
12+
attrs==24.2.0
1413
appdirs==1.4.4
15-
humanize==4.6.0
14+
humanize==4.11.0
1615
pyslim==1.0.4
1716
numpy==1.23.5
1817
scipy==1.10.1
1918
scikit-allel==1.3.6
2019
biopython==1.80
2120
demes==0.2.2
2221
demesdraw==0.3.1
23-
kastore==0.3.2
22+
kastore==0.3.3

0 commit comments

Comments
 (0)