Skip to content

Commit cd2663d

Browse files
committed
Unblock NumPy 2.0
1 parent a6ccf94 commit cd2663d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
# For file locking
112112
"filelock",
113113
# We use numpy>=1.17 to have np.random.Generator (Dataset shuffling)
114-
"numpy>=1.17,<2.0.0", # Temporary upper version
114+
"numpy>=1.17",
115115
# Backend and serialization.
116116
# Minimum 15.0.0 to be able to cast dictionary types to their underlying types
117117
"pyarrow>=15.0.0",

0 commit comments

Comments
 (0)