Skip to content

Commit

Permalink
fix: added environment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
selva439 committed Sep 25, 2024
1 parent c73f52b commit 8c213f8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# environment.yml
name: pridepy
channels:
- bioconda
- conda-forge
dependencies:
- requests~=2.31.0
- ratelimit~=2.2.1
- click~=8.1.7
- pytest~=8.0.2
- setuptools
- plotly~=5.22.0
- boto3~=1.34.61
- botocore~=1.34.74
- tqdm

0 comments on commit 8c213f8

Please sign in to comment.