Skip to content

Commit

Permalink
Fix the doc (#59)
Browse files Browse the repository at this point in the history
* Fix: Remove versions from docs/env

* Fix: Remove versions from docs/env

* Fix: Remove versions from docs/env
  • Loading branch information
henrymartin1 authored Nov 17, 2020
1 parent 202d2d9 commit b2a3fe6
Showing 1 changed file with 13 additions and 15 deletions.
28 changes: 13 additions & 15 deletions docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,19 @@ channels:
- defaults
dependencies:
- python=3.8
- numpy=1.19.4
- numpy
- matplotlib
- pandas=1.1.4
- geopandas=0.8.1
- gdal=3.1.4
- rtree=0.9.4
- scikit-learn=0.23.2
- networkx=2.5
- pint=0.16.1
- pip=20.2.4
- geoalchemy2=0.6.3
- osmnx=0.16.1
- pandas
- geopandas
- scikit-learn
- networkx
- pint
- pip
- geoalchemy2
- osmnx
- psycopg2
- imageio=2.9.0
- sphinx=3.2.1
- sphinx_rtd_theme=0.4.3
- imageio
- sphinx
- sphinx_rtd_theme
- pip:
- simplification==0.5.7
- simplification

0 comments on commit b2a3fe6

Please sign in to comment.