Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion avaframeConnector_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def find_python():
try:
import avaframe
except ModuleNotFoundError:
subprocess.call(["pip3", "install", "--upgrade", "--user", "pandas", "numpy"])
# subprocess.call(["pip3", "install", "--upgrade", "--user", "pandas", "numpy"])
subprocess.call(["pip3", "install", "avaframe", "--user"])
try:
import avaframe
Expand Down
5 changes: 3 additions & 2 deletions metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
name=AvaFrameConnector
qgisMinimumVersion=3.18
description=Connects to AvaFrame
version=1.12
version=1.12.1
author=AvaFrame Team
email=felix@avaframe.org

Expand All @@ -24,7 +24,8 @@ repository=https://github.com/avaframe/QGisAF

hasProcessingProvider=yes
# Uncomment the following line and add your changelog:
changelog= 1.12 On Release area statics run, open parent folder on completion
changelog= 1.12.1 Remove numpy update on installation
1.12 On Release area statics run, open parent folder on completion
1.10 Add path generation tool, accept geotiff as raster input
1.9 Add small ava to com2AB, fix deletion runOperational
1.8 Add com6RockAvalanche, ana5PropAnaOnlyDirectory
Expand Down