Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ RUN . /opt/conda/etc/profile.d/conda.sh && conda activate base && python -m ipyk
RUN source /home/jovyan/.bash_profile

# Install dev version of Earthpy
RUN pip install git+https://github.com/earthlab/earthpy@apppears
RUN pip install git+https://github.com/earthlab/earthpy@main
11 changes: 10 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ channels:
- defaults

dependencies:
- python=3.11
- python=3.12
- pip

# Core scientific python
- numpy
- pandas
- scipy
- dask

# Geospatial libraries
# Coordinates and CRSs
Expand Down Expand Up @@ -46,6 +47,9 @@ dependencies:
- earthpy
- earthaccess
- pystac-client
- adlfs
- dataretrieval
- osmnx

# Plotting
# Matplotlib
Expand All @@ -55,6 +59,8 @@ dependencies:
- contextily
- seaborn
# Holoviews
# --- Avoid compatibility issues with bokeh and new holoviews
- holoviews<=1.19
- hvplot
- geoviews>=1.10
- selenium
Expand All @@ -70,3 +76,6 @@ dependencies:
- autopep8
- pydocstyle
- nbqa

- pip:
- pygbif
Loading