Skip to content

Commit

Permalink
Update lshmm requirement to 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromekelleher committed Aug 3, 2023
1 parent 4e58e87 commit f7269b4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion python/requirements/CI-complete/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ flake8==5.0.4
h5py==3.7.0
jsonschema==4.16.0
kastore==0.3.2
lshmm==0.0.4
lshmm==0.0.5
msgpack==1.0.4
msprime==1.2.0
networkx==2.6.3 # Held at 2.6.3 for Python 3.7 compatibility
Expand Down
4 changes: 2 additions & 2 deletions python/requirements/CI-tests-pip/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
lshmm==0.0.4
lshmm==0.0.5
numpy==1.21.6; python_version < '3.11' # Held at 1.21.6 for Python 3.7 compatibility
numpy==1.24.1; python_version > '3.10'
pytest==7.1.3
Expand All @@ -12,4 +12,4 @@ dendropy==4.5.2
networkx==2.6.3 # Held at 2.6.3 for Python 3.7 compatibility
msgpack==1.0.4
newick==1.3.2
tszip==0.2.2
tszip==0.2.2
2 changes: 1 addition & 1 deletion python/requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ h5py>=2.6.0
jsonschema>=3.0.0
jupyter-book>=0.12.1
kastore
lshmm
lshmm>=0.0.5
matplotlib
meson>=0.61.0
msgpack>=1.0.0
Expand Down

0 comments on commit f7269b4

Please sign in to comment.