Skip to content

Commit c2ab667

Browse files
gustavocidornelaswhoseoyster
authored andcommitted
fix: closes OPEN-7311 relax numpy<2.0 requirement
1 parent fee55e8 commit c2ab667

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ dependencies = [
1919
"pyarrow>=18.0.0; python_version >= '3.9'",
2020
"pyyaml>=6.0",
2121
"requests_toolbelt>=1.0.0",
22-
"tqdm",
23-
"numpy<2"
22+
"tqdm"
2423
]
2524
requires-python = ">= 3.8"
2625
classifiers = [

0 commit comments

Comments
 (0)