We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25d8f15 commit 497a8e7Copy full SHA for 497a8e7
.ci/docker/requirements-ci.txt
@@ -1,6 +1,5 @@
1
mpmath==1.3.0
2
-numpy==1.21.3; python_version == '3.10'
3
-numpy==1.23.2; python_version == '3.11'
+numpy==1.24.4; python_version == '3.10' or python_version == '3.11'
4
numpy; python_version >= '3.12'
5
PyYAML==6.0.1
6
ruamel.yaml==0.17.32
pyproject.toml
@@ -55,8 +55,7 @@ dependencies=[
55
"flatbuffers",
56
"hypothesis",
57
"mpmath==1.3.0",
58
- "numpy==1.21.3; python_version == '3.10'",
59
- "numpy==1.23.2; python_version == '3.11'",
+ "numpy==1.24.4; python_version == '3.10' or python_version == '3.11'",
60
"numpy; python_version >= '3.12'",
61
"packaging",
62
"pandas==2.0.3; python_version == '3.10'",
0 commit comments