Skip to content

Commit

Permalink
added numpy1.26.0 to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JLSteenwyk committed Apr 22, 2024
1 parent 951748f commit f1b86ee
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 @@ -18,7 +18,7 @@
"Topic :: Scientific/Engineering",
]

REQUIRES = ["biopython>=1.82", "numpy>=1.24.0", "cython"]
REQUIRES = ["biopython>=1.82", "numpy>=1.26.0", "cython"]

setup(
name="clipkit",
Expand Down

0 comments on commit f1b86ee

Please sign in to comment.