We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6ccf94 commit cd2663dCopy full SHA for cd2663d
setup.py
@@ -111,7 +111,7 @@
111
# For file locking
112
"filelock",
113
# We use numpy>=1.17 to have np.random.Generator (Dataset shuffling)
114
- "numpy>=1.17,<2.0.0", # Temporary upper version
+ "numpy>=1.17",
115
# Backend and serialization.
116
# Minimum 15.0.0 to be able to cast dictionary types to their underlying types
117
"pyarrow>=15.0.0",
0 commit comments