File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,4 +30,4 @@ RUN . /opt/conda/etc/profile.d/conda.sh && conda activate base && python -m ipyk
3030RUN source /home/jovyan/.bash_profile
3131
3232# Install dev version of Earthpy
33- RUN pip install git+https://github.com/earthlab/earthpy@apppears
33+ RUN pip install git+https://github.com/earthlab/earthpy@main
Original file line number Diff line number Diff line change @@ -4,13 +4,14 @@ channels:
44 - defaults
55
66dependencies :
7- - python=3.11
7+ - python=3.12
88 - pip
99
1010 # Core scientific python
1111 - numpy
1212 - pandas
1313 - scipy
14+ - dask
1415
1516 # Geospatial libraries
1617 # Coordinates and CRSs
@@ -46,6 +47,9 @@ dependencies:
4647 - earthpy
4748 - earthaccess
4849 - pystac-client
50+ - adlfs
51+ - dataretrieval
52+ - osmnx
4953
5054 # Plotting
5155 # Matplotlib
@@ -55,6 +59,8 @@ dependencies:
5559 - contextily
5660 - seaborn
5761 # Holoviews
62+ # --- Avoid compatibility issues with bokeh and new holoviews
63+ - holoviews<=1.19
5864 - hvplot
5965 - geoviews>=1.10
6066 - selenium
@@ -70,3 +76,6 @@ dependencies:
7076 - autopep8
7177 - pydocstyle
7278 - nbqa
79+
80+ - pip :
81+ - pygbif
You can’t perform that action at this time.
0 commit comments