-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade fsspec and s3fs versions #783
Conversation
This pull request was exported from Phabricator. Differential Revision: D50388544 |
Codecov Report
@@ Coverage Diff @@
## main #783 +/- ##
=======================================
Coverage 92.88% 92.88%
=======================================
Files 96 96
Lines 6099 6099
=======================================
Hits 5665 5665
Misses 434 434
Flags with carried forward coverage won't be shown. Click here to find out more. 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
dev-requirements.txt
Outdated
@@ -5,7 +5,7 @@ boto3==1.24.59 | |||
captum>=0.4.0 | |||
docker | |||
flake8==3.9.0 | |||
fsspec[s3]==2023.1.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be >=
(just like requirements.txt
) no?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, please make sure the KFP integ test passes (cc @kurman ) before merging. Thanks!
ac79518
to
0bd0108
Compare
Summary: Need to update code for fsspec/filesystem_spec#1394. Reviewed By: stepanhruda Differential Revision: D50388544
This pull request was exported from Phabricator. Differential Revision: D50388544 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D50388544 |
0bd0108
to
c3868c1
Compare
Summary: Need to update code for fsspec/filesystem_spec#1394.
Reviewed By: stepanhruda
Differential Revision: D50388544