Skip to content

Commit

Permalink
Set numpy upper version < 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
albertvillanova committed Jun 17, 2024
1 parent 5e72fb1 commit 8d74548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
# For file locking
"filelock",
# We use numpy>=1.17 to have np.random.Generator (Dataset shuffling)
"numpy>=1.17",
"numpy>=1.17,<2.0.0", # Temporary upper version
# Backend and serialization.
# Minimum 15.0.0 to be able to cast dictionary types to their underlying types
"pyarrow>=15.0.0",
Expand Down

0 comments on commit 8d74548

Please sign in to comment.