Skip to content

Commit

Permalink
fix: bump scipy from 1.9.2 to 1.11.1 as per PR #454. Tests passed wit…
Browse files Browse the repository at this point in the history
…h scipy 1.11.1
  • Loading branch information
gemygk committed May 14, 2024
1 parent 8154323 commit 0c1b8a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
- pandas==1.5.0
- pysam==0.19.1
- pyyaml==6.0.1
- scipy==1.9.2
- scipy==1.11.1
- snakemake==6.15.5
- sqlalchemy==1.4.41
- sqlalchemy-utils==0.38.3
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ numpy==1.23.3
pandas==1.5.0
pysam==0.19.1
pyyaml==6.0.1
scipy==1.9.2
scipy==1.11.1
snakemake==6.15.5
sqlalchemy==1.4.41
sqlalchemy-utils==0.38.3
Expand Down

0 comments on commit 0c1b8a8

Please sign in to comment.