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

Commit 28cb9c2

Browse files
author
Jason Costello
committed
Downrev-ing numpy dependency
1 parent 5e2c5c8 commit 28cb9c2

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.20.2"
18+
"numpy ~=1.19.2"
1919
],
2020
extras_require={
2121
"dev": [

0 commit comments

Comments
 (0)