Skip to content
Snippets Groups Projects
Commit 1aac73da authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Try a fix for the scikit image dep

parent a6ea87e2
No related branches found
No related tags found
1 merge request!40Port to new CI (closes #16)
Pipeline #
......@@ -31,7 +31,7 @@ requirements:
- pillow {{ pillow }}
- schema {{ schema }}
- docopt {{ docopt }}
- scikit-image {{ scikit-image }}
- scikit-image {{ scikit_image }}
- matplotlib {{ matplotlib }}
- bob.extension
- bob.core
......@@ -53,7 +53,7 @@ requirements:
- {{ pin_compatible('pillow') }}
- {{ pin_compatible('schema') }}
- {{ pin_compatible('docopt') }}
- {{ pin_compatible('scikit-image') }}
- {{ pin_compatible('scikit_image') }}
- {{ pin_compatible('matplotlib') }}
test:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment