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

WIP: fix numba version dependency error #1186

Closed
wants to merge 7 commits into from
Closed

WIP: fix numba version dependency error #1186

wants to merge 7 commits into from

Conversation

mwartell
Copy link
Collaborator

There is a numba version violation in a transitive dependecy in pytorch on numba.

Fixes #1183. Related to #1175.

@mwartell mwartell changed the base branch from master to dev October 20, 2021 16:25
@mwartell mwartell changed the title fix numba version dependency error WIP: fix numba version dependency error Oct 20, 2021
@mwartell
Copy link
Collaborator Author

The ImportError is being raised by numba _ensure_critical_deps https://github.com/numba/numba/blob/8e6fa5690fbe4138abf69263363be85987891e8b/numba/__init__.py#L125

mwartell and others added 4 commits October 20, 2021 14:46
well actually the import is weird: import tensorflow_datasets.public_api
as tdfs which violates established convention
is this a TODO?
I'm trying to fix a dependency error, but this
load of a missing file is breaking the test before
the fault is reached
@mwartell
Copy link
Collaborator Author

Fixed by #1181

@mwartell mwartell closed this Oct 21, 2021
@mwartell mwartell deleted the ci-fix-1183-take4 branch October 21, 2021 13:03
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.

numba library version conflict when ART is updated to
2 participants