Skip to content
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

[Requirements] Fix conflicts #858

Merged
merged 2 commits into from Apr 12, 2021
Merged

Conversation

Hedingber
Copy link
Contributor

@Hedingber Hedingber commented Apr 12, 2021

CI Pakage tests started to fail on:

Warning!!! Possibly conflicting dependencies found:
* adlfs==0.7.1
 - fsspec [required: >=0.9.0, installed: 0.8.7]
* aiobotocore==1.3.0
 - botocore [required: >=1.20.49,<1.20.50, installed: 1.19.52]
------------------------------------------------------------------------

The fsspec one happens because adlfs recently released 0.7.1 in which they changed to fsspec>=0.9.0, so we upgraded to fsspec 0.9.0 as well.
The botocore one happens because aiobotocore recently released 1.3.0 which enable us to release a restriction we've put on botocore which solves this conflict

@Hedingber Hedingber changed the title [Requirements] Update fsspec to 0.9.0 [Requirements] Fix conflicts Apr 12, 2021
@Hedingber Hedingber merged commit 308469c into mlrun:development Apr 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant