We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd5d630 commit 0f0b2bfCopy full SHA for 0f0b2bf
1 file changed
environment.yml
@@ -2,21 +2,19 @@ name: DS-geospatial
2
channels:
3
- conda-forge
4
dependencies:
5
- - python=3.10
+ - python=3.1&
6
- ipython
7
- jupyter
8
- jupyterlab>3
9
- numpy
10
- pandas
11
- # pinning to avoid scatter regression (https://github.com/pydata/xarray/discussions/7268)
12
- - xarray=2022.09
+ - xarray
13
- geopandas
14
- pygeos
15
- rasterio
16
- owslib
17
- rasterstats
18
- # pinning to avoid compat issue with cartopy (https://github.com/jorisvandenbossche/course-python-geospatial/issues/21)
19
- - matplotlib=3.5
+ - matplotlib
20
- mapclassify
21
- cartopy
22
- contextily
0 commit comments