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 d6e2490 commit ecee22bCopy full SHA for ecee22b
doc/development/Guide_Euler.ipynb
@@ -106,15 +106,23 @@
106
"\n",
107
"```bash\n",
108
"pip install \\\n",
109
- " dask[dataframe] \\\n",
110
- " fiona==1.9 \\\n",
111
- " gdal==3.6 \\\n",
112
- " netcdf4==1.6.2 \\\n",
113
- " rasterio==1.4 \\\n",
114
- " pyproj==3.7 \\\n",
115
- " geopandas==1.0 \\\n",
116
- " xarray==2024.9 \\\n",
117
- " sparse==0.15\n",
+ " --no-binary fiona \\\n",
+ " --no-binary rasterio \\\n",
+ " pyproj==3.7.1 \\\n",
+ " fiona \\\n",
+ " rasterio\n",
+ "\n",
+ "pip install \\\n",
+ " 'numpy<2' \\\n",
+ " netcdf4 \\\n",
118
+ " gdal==3.6.3 \\\n",
119
+ " geopandas \\\n",
120
+ " xarray \\\n",
121
+ " cartopy \\\n",
122
+ " sparse \\\n",
123
+ " salib \\\n",
124
+ " pyarrow \\\n",
125
+ " xlrd\n",
126
"```"
127
]
128
},
0 commit comments