File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,12 @@ dependencies:
12
12
- nbformat
13
13
- pystac
14
14
- pyyaml
15
+ - xarray
15
16
- xcube # See note below
16
17
# test dependencies
17
18
- pytest
18
19
- pytest-cov
19
20
20
21
# Note: xcube is not required for the conversion itself, but is required
21
- # to run generated scripts outside containers ("create" mode).
22
+ # to run generated scripts outside containers ("create" mode). xcube is
23
+ # also needed to unit test the supporting code that runs in the container.
Original file line number Diff line number Diff line change @@ -18,13 +18,15 @@ keywords = [
18
18
]
19
19
readme = {file = " README.md" , content-type = " text/markdown" }
20
20
license = {text = " MIT" }
21
- requires-python = " >=3.10 "
21
+ requires-python = " >=3.11 "
22
22
dependencies = [
23
23
" click" ,
24
24
" docker" ,
25
25
" ipython" , # Used by nbconvert to transform IPython syntax to pure Python
26
- " nbformat" ,
27
26
" nbconvert" ,
27
+ " nbformat" ,
28
+ " pystac" ,
29
+ " pyyaml" ,
28
30
" xarray" ,
29
31
" xcube-core"
30
32
]
You can’t perform that action at this time.
0 commit comments