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

Commit 208c9ac

Browse files
author
Jason Costello
committed
Correction to numpy dependency
1 parent 28cb9c2 commit 208c9ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
packages=find_packages(exclude=["tests"]),
1616
install_requires=[
1717
"requests ~=2.25.0",
18-
"numpy ~=1.19.2"
18+
"numpy ~=1.20.1"
1919
],
2020
extras_require={
2121
"dev": [

0 commit comments

Comments
 (0)