Skip to content

Commit bb1eb2f

Browse files
author
Mike Hearne
authored
Merge pull request #243 from mhearne-usgs/fionafix
Removing requirement for older version of fiona
2 parents 28905c5 + d4f0ea8 commit bb1eb2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ conda remove -y -n $VENV --all
8282
package_list=(
8383
"python>=3.6"
8484
"impactutils"
85-
"'fiona==1.8.4'"
85+
"fiona"
8686
"ipython"
8787
"jupyter"
8888
"numpy"

0 commit comments

Comments
 (0)