Skip to content

Commit

Permalink
add navis-fastcore as extra requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegelp committed Jul 7, 2024
1 parent 5f2242c commit 14c034c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
pip install k3d
pip install pyarrow
- name: Install navis
run: pip install -e .[dev,vispy-pyqt5,pathos,cloudvolume]
run: pip install -e .[dev,vispy-pyqt5,pathos,cloudvolume,fastcore]
- run: pip install python-igraph
if: ${{ matrix.igraph == 'igraph' }}
- name: Report dependency versions
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ flybrains #extra: flybrains

cloud-volume>=5.2.0 #extra: cloudvolume

navis-fastcore #extra: fastcore

# this should inherit the vispy version constraint from above
vispy[pyside6]>=0.6.4 #extra: vispy-default

Expand Down

0 comments on commit 14c034c

Please sign in to comment.