Skip to content

Commit

Permalink
Unblock NumPy 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NeilGirdhar committed Jul 10, 2024
1 parent 689447f commit 50c756a
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,<2.0.0", # Temporary upper version
"numpy>=1.17",
# 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 50c756a

Please sign in to comment.