We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d305360 commit ee32484Copy full SHA for ee32484
environment.yml
@@ -3,22 +3,23 @@ name: sliderule
3
channels:
4
- conda-forge
5
dependencies:
6
- - python=3.8
7
- - setuptools_scm
8
- cartopy
+ - geopandas
+ - h5py
9
- ipykernel
10
- ipywidgets
11
- ipyleaflet
12
- - tk
+ - jupyterlab>=3
13
- matplotlib
14
- numpy
15
- pandas
16
- - geopandas
17
- - h5py
18
- pip
19
- pyproj
+ - python=3.8
+ - requests
20
- scipy
21
+ - setuptools_scm
22
- shapely
- - requests
23
+ - tk
24
- pip:
25
- -e ./
postBuild
0 commit comments