We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa474a9 commit ebfd6d4Copy full SHA for ebfd6d4
1 file changed
setup.py
@@ -39,7 +39,7 @@
39
"structlog >= 21.1.0",
40
"typing_extensions >= 4.1.1",
41
"numpy == 1.19.5; python_version <= '3.6'",
42
- "numpy >= 1.19.5, < 2.0.0; python_version >= '3.7'",
+ "numpy >= 1.22, < 2.0.0; python_version >= '3.7'",
43
"pandas == 1.1.5; python_version <= '3.6'",
44
"pandas >= 1.1.5, < 2.0.0; python_version >= '3.7' and platform_python_implementation == 'CPython'",
45
"psycopg2-binary >= 2.8.6; platform_python_implementation == 'CPython'", # noqa: E501
0 commit comments