Skip to content

Commit

Permalink
Fix sgkit req
Browse files Browse the repository at this point in the history
  • Loading branch information
benjeffery committed Oct 31, 2022
1 parent 01af015 commit ff30e85
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/CI-tests-complete/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pytest-cov==3.0.0
pytest-xdist==2.5.0
seaborn==0.11.2
setuptools==65.4.1
sgkit==0.5.0
sgkit[vcf]==0.5.0
sortedcontainers==2.4.0
tqdm==4.64.0
tskit==0.5.3
Expand Down
2 changes: 1 addition & 1 deletion requirements/CI-tests-pip/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pandas==1.4.2
pytest==7.1.2
pytest-xdist==2.5.0
seaborn==0.11.2
sgkit==0.5.0
sgkit[vcf]==0.5.0
sortedcontainers==2.4.0
tqdm==4.64.0
tskit==0.5.3
Expand Down
2 changes: 1 addition & 1 deletion requirements/CI-tests-pip/requirements3.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pandas==1.3.5
pytest==7.1.2
pytest-xdist==2.5.0
seaborn==0.11.2
sgkit==0.5.0
sgkit[vcf]==0.5.0
sortedcontainers==2.4.0
tqdm==4.64.0
tskit==0.5.3
Expand Down
2 changes: 1 addition & 1 deletion requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ pandas
matplotlib
seaborn
colorama
sgkit
sgkit[vcf]

0 comments on commit ff30e85

Please sign in to comment.