Skip to content

Commit 52e8363

Browse files
committed
chore: removed xarray pkg version upper bound
1 parent 2ec4edb commit 52e8363

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements-tutorials.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
xarray<0.10.8,>=0.10 # Requirement for ipyleaflet
2-
-e .[tutorials]
1+
xarray>=0.10 # Requirement for ipyleaflet
2+
-e .[tutorials]

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
],
8787
"tutorials": [
8888
"jupyter",
89-
"ipyleaflet",
89+
"ipyleaflet >= 0.10.0",
9090
"ipywidgets",
9191
"matplotlib",
9292
"folium",

0 commit comments

Comments
 (0)