Skip to content

Commit 4192972

Browse files
committed
added importlib_resources
1 parent 6408677 commit 4192972

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

ci/environment-py3.11.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ dependencies:
88
- aiohttp
99
- appdirs
1010
- fastparquet
11+
- importlib_resources # should update past opendrift 1.12 and remove this when possible
1112
- jupyter
1213
- jupyterlab
1314
- kerchunk ==0.2.7

ci/environment-py3.12.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ dependencies:
88
- aiohttp
99
- appdirs
1010
- fastparquet
11+
- importlib_resources # should update past opendrift 1.12 and remove this when possible
1112
- jupyter
1213
- jupyterlab
1314
- kerchunk ==0.2.7

ci/environment-py3.13.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ dependencies:
88
- aiohttp
99
- appdirs
1010
- fastparquet
11+
- importlib_resources # should update past opendrift 1.12 and remove this when possible
1112
- jupyter
1213
- jupyterlab
1314
- kerchunk ==0.2.7

0 commit comments

Comments
 (0)