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

test installing numba from source to fix numpy 1.2.1 dependency error #561

Merged
merged 5 commits into from
Aug 24, 2021

Conversation

lucasosouza
Copy link
Contributor

@lucasosouza lucasosouza commented Aug 24, 2021

@lscheinkman not to be merged, just testing the hypothesis

requirements.txt Outdated
@@ -22,6 +22,7 @@
# Install nupic.torch and nupic.tensorflow directly from github master branch
nupic.torch @ git+https://github.com/numenta/nupic.torch.git
nupic.tensorflow @ git+https://github.com/numenta/nupic.tensorflow.git
numba @ git+https://github.com/numba/numba.git
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Try using

numba==0.43.0

instead of master

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Neither worked

@@ -90,6 +90,7 @@ jobs:
key: pip-cache-v1-{{ arch }}-{{ checksum "nupic.torch.sha" }}-{{ checksum "nupic.tensorflow.sha" }}-{{ checksum "requirements.txt" }}-{{ checksum "requirements-dev.txt" }}
# FIXME: Downgrading pip to 20.2 until we resolve all the issues with the new pip dependency resolver
- run: pip install --user pip==20.2
- run: pip install --user numba==0.4.3
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

numba==0.43.0

@lscheinkman lscheinkman self-requested a review August 24, 2021 23:11
@lucasosouza lucasosouza merged commit c09f05f into numenta:master Aug 24, 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

2 participants