You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: setup.py
+2-3
Original file line number
Diff line number
Diff line change
@@ -113,8 +113,8 @@
113
113
# We use numpy>=1.17 to have np.random.Generator (Dataset shuffling)
114
114
"numpy>=1.17",
115
115
# Backend and serialization.
116
-
# Minimum 12.0.0 to be able to concatenate extension arrays
117
-
"pyarrow>=12.0.0",
116
+
# Minimum 15.0.0 to be able to cast dictionary types to their underlying types
117
+
"pyarrow>=15.0.0",
118
118
# As long as we allow pyarrow < 14.0.1, to fix vulnerability CVE-2023-47248
119
119
"pyarrow-hotfix",
120
120
# For smart caching dataset processing
@@ -166,7 +166,6 @@
166
166
"pytest-datadir",
167
167
"pytest-xdist",
168
168
# optional dependencies
169
-
"apache-beam>=2.26.0; sys_platform != 'win32' and python_version<'3.10'", # doesn't support recent dill versions for recent python versions and on windows requires pyarrow<12.0.0
170
169
"elasticsearch<8.0.0", # 8.0 asks users to provide hosts or cloud_id when instantiating ElasticSearch()
0 commit comments