Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions notebooks/Advanced_cloud/using_vds_starter.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
"source": [
"## Environment\n",
"\n",
"Minimal working installation for Python 3.13.3 environment is\n",
"\n",
"Minimal working installation for a `python >3.12, <3.13` environment is\n",
"```\n",
"fsspec==2024.10.0\n",
"earthaccess==0.11.0\n",
Expand All @@ -40,7 +39,9 @@
"h5netcdf==1.3.0\n",
"netCDF4==1.7.2\n",
"matplotlib==3.9.2\n",
"jupyterlab==4.4.2\n",
"numcodecs<0.14\n",
"numpy<2.1\n",
"pandas<2.3\n",
"```"
]
},
Expand Down Expand Up @@ -22762,7 +22763,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.13.3"
"version": "3.13.5"
}
},
"nbformat": 4,
Expand Down
Loading