mirror of
https://github.com/Skyai-io/landsat-util.git
synced 2026-03-10 09:01:18 +00:00
install scipy first
This commit is contained in:
@@ -29,6 +29,8 @@ before_install:
|
||||
- pip install wheel
|
||||
|
||||
install:
|
||||
- "pip wheel scipy"
|
||||
- "pip install scipy"
|
||||
- "pip wheel -r requirements/dev.txt"
|
||||
- "pip install -r requirements/dev.txt"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user