We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d520ffa commit 62d7764Copy full SHA for 62d7764
modules/04-data-in-the-cloud/pyproject.toml
@@ -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