We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb47d9d commit a644c84Copy full SHA for a644c84
1 file changed
environment.yml
@@ -4,13 +4,14 @@ channels:
4
- defaults
5
6
dependencies:
7
- - python=3.11
+ - python=3.12
8
- pip
9
10
# Core scientific python
11
- numpy
12
- pandas
13
- scipy
14
+ - dask
15
16
# Geospatial libraries
17
# Coordinates and CRSs
@@ -46,6 +47,9 @@ dependencies:
46
47
- earthpy
48
- earthaccess
49
- pystac-client
50
+ - adlfs
51
+ - dataretrieval
52
+ - osmnx
53
54
# Plotting
55
# Matplotlib
@@ -55,6 +59,8 @@ dependencies:
59
- contextily
56
60
- seaborn
57
61
# Holoviews
62
+ # --- Avoid compatibility issues with bokeh and new holoviews
63
+ - holoviews<=1.19
58
64
- hvplot
65
- geoviews>=1.10
66
- selenium
@@ -70,3 +76,6 @@ dependencies:
70
76
- autopep8
71
77
- pydocstyle
72
78
- nbqa
79
+
80
+ - pip:
81
+ - pygbif
0 commit comments