Skip to content

Commit a644c84

Browse files
authored
Update environment.yml
1 parent bb47d9d commit a644c84

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

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)