Skip to content

Commit

Permalink
Move requirements to conda, where possible
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromekelleher committed Jun 20, 2024
1 parent 768905c commit a424d73
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
15 changes: 14 additions & 1 deletion python/requirements/CI-tests-conda/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,15 @@
msprime==1.2.0
biopython==1.79
h5py==3.11.0
kastore==0.3.2
lxml==4.9.2
msgpack-python==1.0.4
msprime==1.2.0
networkx==3.1
numba<=0.59.1 #Pinned directly as 0.60.0 fails
numpy==1.26.4
portion==2.3.0
pytest-cov==4.0.0
pytest-xdist==2.5.0
pytest==7.1.3
svgwrite==1.4.3
tszip==0.2.2
17 changes: 2 additions & 15 deletions python/requirements/CI-tests-pip/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,4 @@
lshmm==0.0.5
numpy==1.24.1
pytest==7.1.3
pytest-cov==4.0.0
pytest-xdist==2.5.0
svgwrite==1.4.3
portion==2.3.0
xmlunittest==0.5.0
biopython==1.79
dendropy==4.5.2
networkx==3.1
msgpack==1.0.4
lshmm==0.0.5
newick==1.3.2
tszip==0.2.2
kastore==0.3.2
lxml==4.9.2
numba<=0.59.1 #Pinned directly as 0.60.0 fails
xmlunittest==0.5.0

0 comments on commit a424d73

Please sign in to comment.