We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 951b787 commit dda9fc6Copy full SHA for dda9fc6
1 file changed
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.7.7",
44
- "numpy>=1.16.0,<2.2",
+ "numpy>=2.2.3,<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.3,<2.3",
91
"visions[type_image_path]==0.7.5",
92
]
93
test = [
0 commit comments