Skip to content

Commit 86537f2

Browse files
committed
fix datasets
1 parent ce896ee commit 86537f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile.tmpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,6 @@ RUN pip install flashtext \
525525
pyemd \
526526
pyupset \
527527
pympler \
528-
s3fs \
529528
featuretools \
530529
#-e git+https://github.com/SohierDane/BigQuery_Helper#egg=bq_helper \
531530
git+https://github.com/Kaggle/learntools \
@@ -561,8 +560,9 @@ RUN pip install pytorch-ignite \
561560
bqplot \
562561
earthengine-api \
563562
transformers \
564-
# b/232247930 >= 2.2.0 requires pyarrow >= 6.0.0 which conflicts with dependencies for rapidsai 0.21.*
565-
datasets==2.1.0 \
563+
datasets \
564+
s3fs \
565+
gcsfs \
566566
kaggle-environments \
567567
geopandas \
568568
"shapely<2" \

0 commit comments

Comments
 (0)