Skip to content

Commit ebfd6d4

Browse files
committed
Numpy security update requires >= 1.22 (not available for Python 3.6)
1 parent aa474a9 commit ebfd6d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"structlog >= 21.1.0",
4040
"typing_extensions >= 4.1.1",
4141
"numpy == 1.19.5; python_version <= '3.6'",
42-
"numpy >= 1.19.5, < 2.0.0; python_version >= '3.7'",
42+
"numpy >= 1.22, < 2.0.0; python_version >= '3.7'",
4343
"pandas == 1.1.5; python_version <= '3.6'",
4444
"pandas >= 1.1.5, < 2.0.0; python_version >= '3.7' and platform_python_implementation == 'CPython'",
4545
"psycopg2-binary >= 2.8.6; platform_python_implementation == 'CPython'", # noqa: E501

0 commit comments

Comments
 (0)