Skip to content

Commit 62d7764

Browse files
committed
Re-add module-level project toml
1 parent d520ffa commit 62d7764

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[project]
2+
name = "04-data-in-the-cloud"
3+
version = "0.1.0"
4+
description = "Dependencies for module 4 - Data in the Cloud"
5+
readme = "README.md"
6+
requires-python = ">=3.14"
7+
dependencies = [
8+
"fsspec>=2025.10.0",
9+
"h5netcdf>=1.7.3",
10+
"icechunk>=1.1.12",
11+
"ipykernel>=7.1.0",
12+
"obspec-utils>=0.1.0",
13+
"obstore>=0.8.2",
14+
"s3fs>=2025.10.0",
15+
"virtualizarr>=2.2.1",
16+
]

0 commit comments

Comments
 (0)