Skip to content

Commit 4cc34aa

Browse files
authored
Merge pull request #102 from earthlab/update-to-3.12
Update to 3.12
2 parents bb47d9d + 366e59e commit 4cc34aa

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ RUN . /opt/conda/etc/profile.d/conda.sh && conda activate base && python -m ipyk
3030
RUN 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

environment.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ channels:
44
- defaults
55

66
dependencies:
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

0 commit comments

Comments
 (0)