Skip to content

Commit 5ef707f

Browse files
authored
Update README.md
1 parent 2205bca commit 5ef707f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Various python modules related to modeling and oceanographic data analysis.
77
`stompy` requires a Python 3 environment with `gdal` installed. There are many ways to set this up. The recommended method would be creating a `mamba` (or `conda`) environment:
88

99
```
10-
mamba create -n <env-name> python gdal
10+
mamba create -n <env-name> python "gdal<3.9" "numpy<2.0"
1111
mamba activate <env-name>
1212
```
1313

0 commit comments

Comments
 (0)