Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Nov 17, 2018
1 parent 50b328a commit 5fad482
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions binder/environment.yml
Expand Up @@ -3,7 +3,7 @@ channels:
- conda-forge
dependencies:
- python=3.6
- scikit-image=0.14
- scikit-image
- numpy
- matplotlib
- scipy
Expand All @@ -14,6 +14,6 @@ dependencies:
- lidar
- tifffile
- requests
- googledrivedownloader
- pygis


12 changes: 6 additions & 6 deletions requirements.txt
@@ -1,8 +1,8 @@
Click>=6.0
scikit-image==0.14
numpy>=1.14.3
matplotlib>=2.2.2
scipy>=1.1.0
richdem>=0.2.0
#pygdal==2.3.1.4 (GDAL >= 1.11.2)
scikit-image
numpy
matplotlib
scipy
richdem
PySimpleGUI
#pygdal==2.3.1.4 (GDAL >= 1.11.2)

0 comments on commit 5fad482

Please sign in to comment.