Skip to content

Commit

Permalink
DEV: Update dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Vini2 committed Apr 18, 2024
1 parent a432708 commit 7ca1dd0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ channels:
- conda-forge
- bioconda
dependencies:
- python=3.7.4
- biopython=1.74
- python-igraph=0.7.1
- tqdm=4.36.1
- python>=3.9
- biopython>=1.74
- python-igraph>=0.7.1
- tqdm>=4.36.1
- scipy
- click
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@
"tqdm",
"click",
],
python_requires=">=3.7",
python_requires=">=3.9",
)

0 comments on commit 7ca1dd0

Please sign in to comment.