Skip to content

Commit

Permalink
add fixme comment to numba custom installation command
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasosouza committed Aug 24, 2021
1 parent 2e6d3b1 commit b54ddcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
# FIXME: remove numba installation command once dependency issues with numpy 1.21.2 is fixed on a new numba release
- run: pip install --user numba==0.43.0
- run: pip install --user flake8-formatter-junit-xml
# FIXME: PEP-517 doesn't allow for editable installs. See https://github.com/pypa/pip/issues/7953
Expand Down

0 comments on commit b54ddcf

Please sign in to comment.