Skip to content

Commit

Permalink
add scikit-image as python dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jonocarroll committed Feb 6, 2024
1 parent 4320094 commit ce8549b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
with:
python-version: '3.9'
cache: 'pip' # caching pip dependencies
- run: pip install skimage
- run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.version }}
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
scikit-image==0.22.0

0 comments on commit ce8549b

Please sign in to comment.