Skip to content

Commit 966ba3d

Browse files
committed
Update dependencies
1 parent 1bcdb18 commit 966ba3d

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

environment.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ dependencies:
1212
- nbformat
1313
- pystac
1414
- pyyaml
15+
- xarray
1516
- xcube # See note below
1617
# test dependencies
1718
- pytest
1819
- pytest-cov
1920

2021
# 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.

pyproject.toml

+4-2
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,15 @@ keywords = [
1818
]
1919
readme = {file = "README.md", content-type = "text/markdown"}
2020
license = {text = "MIT"}
21-
requires-python = ">=3.10"
21+
requires-python = ">=3.11"
2222
dependencies = [
2323
"click",
2424
"docker",
2525
"ipython", # Used by nbconvert to transform IPython syntax to pure Python
26-
"nbformat",
2726
"nbconvert",
27+
"nbformat",
28+
"pystac",
29+
"pyyaml",
2830
"xarray",
2931
"xcube-core"
3032
]

0 commit comments

Comments
 (0)