Skip to content

Commit 5339e5e

Browse files
committed
Update numpy requirement for Python 3.4
1 parent 56e3763 commit 5339e5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/basemap/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ numpy >= 1.11, < 1.12; python_version == "2.6"
66
numpy >= 1.16, < 1.17; python_version == "2.7"
77
numpy >= 1.11, < 1.12; python_version == "3.2"
88
numpy >= 1.11, < 1.12; python_version == "3.3"
9-
numpy >= 1.11, < 1.17; python_version == "3.4"
9+
numpy >= 1.15, < 1.17; python_version == "3.4"
1010
numpy >= 1.16, < 1.19; python_version == "3.5"
1111
numpy >= 1.16, < 1.20; python_version == "3.6"
1212
numpy >= 1.21, < 1.23; python_version >= "3.7"

0 commit comments

Comments
 (0)