Skip to content

Commit

Permalink
updated REQUIRES in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JLSteenwyk committed Oct 24, 2023
1 parent e0b2918 commit 804aea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"Topic :: Scientific/Engineering",
]

REQUIRES = ["biopython==1.78", "numpy==1.20.1", "tqdm==4.58.0"]
REQUIRES = ["biopython>=1.81", "numpy>=1.24.0", "tqdm>=4.66.1"]

setup(
name="orthosnap",
Expand Down

0 comments on commit 804aea7

Please sign in to comment.