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 3d5301d commit 163799cCopy full SHA for 163799c
pyproject.toml
@@ -41,7 +41,7 @@ dependencies = [
41
"PyYAML>=5.0.0, <6.1",
42
"jinja2>=2.11.1, <3.2",
43
"visions[type_image_path]>=0.7.5, <0.8.2",
44
- "numpy>=1.16.0,<2.2",
+ "numpy>=2.2.4,<3",
45
# Could be optional
46
# Related to HTML report
47
"htmlmin==0.1.12",
@@ -87,7 +87,7 @@ spark = [
87
"pyspark>=2.3.0",
88
"pyarrow>=2.0.0",
89
"pandas>1.1, <2, !=1.4.0",
90
- "numpy>=1.16.0,<1.24",
+ "numpy>=2.2.4,<2.3",
91
"visions[type_image_path]>=0.7.5, <0.7.7",
92
]
93
test = [
0 commit comments