Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.

Commit

Permalink
More numpy dependency adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Costello committed Apr 25, 2021
1 parent cada4ae commit cd3a15e
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 @@ -15,7 +15,7 @@
packages=find_packages(exclude=["tests"]),
install_requires=[
"requests ~=2.25.0",
"numpy ~=1.20.1"
"numpy >=1.19.5"
],
extras_require={
"dev": [
Expand Down

0 comments on commit cd3a15e

Please sign in to comment.