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.
2 parents d305360 + 824237b commit f0e5db2Copy full SHA for f0e5db2
environment.yml
@@ -3,22 +3,25 @@ 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
+ - ipywidgets>=7.6,<8.0
+ - ipyleaflet>=0.14
+ - jupyterlab=3
13
+ - jupyterlab_widgets
14
- matplotlib
15
- numpy
16
- pandas
- - geopandas
17
- - h5py
18
- pip
19
- pyproj
+ - pytables
20
+ - python=3.8
21
+ - requests
22
- scipy
23
+ - setuptools_scm
24
- shapely
- - requests
25
+ - tk
26
- pip:
27
- -e ./
postBuild
0 commit comments