Skip to content

Commit

Permalink
Require scikit-image
Browse files Browse the repository at this point in the history
  • Loading branch information
gmatteo committed Jul 24, 2024
1 parent 623339d commit 4df0334
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:

- name: Installing abinit from conda-forge and abipy with python=${{ matrix.config.python }}
run: |
pwd
conda create -n abipy python=${{ matrix.config.python }} --yes
conda activate abipy
conda install abinit -c conda-forge --yes
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ invoke
abipy
jupyter-book
graphviz
scikit-image
#ghp-import

0 comments on commit 4df0334

Please sign in to comment.