Skip to content

Commit

Permalink
Fix the yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieletijunaityte committed Sep 9, 2024
1 parent b23aefb commit b267cd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
8 changes: 1 addition & 7 deletions index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -57,20 +57,14 @@ The conda environment we are using today contains more (and larger) packages tha
```
name: vector
dependencies:
- python
- numpy
- matplotlib
- spyder
- gdal
- shapely
- pandas
- geopandas
- fiona
- geopandas=>1.0
- owslib
- folium
- osmnx
- contextily
- geodatasets
```

Now, create the environment with:
Expand Down
10 changes: 2 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1080,20 +1080,14 @@ <h2 id="setting-up-the-python-environment">Setting up the Python
file:</p>
<pre><code>name: vector
dependencies:
- python
- numpy
- matplotlib
- spyder
- gdal
- shapely
- pandas
- geopandas
- fiona
- geopandas=&gt;1.0
- owslib
- folium
- osmnx
- contextily
- geodatasets</code></pre>
- contextily</code></pre>
<p>Now, create the environment with:</p>
<div class="row">
<button class="source bash toggle btn btn-xs btn-primary">
Expand Down

0 comments on commit b267cd5

Please sign in to comment.