Skip to content

Commit d1e6ef4

Browse files
committed
fix(installation): remove numpy update on installation attempt
1 parent 572a6ee commit d1e6ef4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

avaframeConnector_provider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def find_python():
6666
try:
6767
import avaframe
6868
except ModuleNotFoundError:
69-
subprocess.call(["pip3", "install", "--upgrade", "--user", "pandas", "numpy"])
69+
# subprocess.call(["pip3", "install", "--upgrade", "--user", "pandas", "numpy"])
7070
subprocess.call(["pip3", "install", "avaframe", "--user"])
7171
try:
7272
import avaframe

metadata.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
name=AvaFrameConnector
77
qgisMinimumVersion=3.18
88
description=Connects to AvaFrame
9-
version=1.12
9+
version=1.12.1
1010
author=AvaFrame Team
1111
email=felix@avaframe.org
1212

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

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

0 commit comments

Comments
 (0)