Skip to content

Commit

Permalink
numpy: downgrade to 1.15.4 due to double import bug
Browse files Browse the repository at this point in the history
 * on certain Ubuntu versions this can lead to the GUI
   not being available.
 * See numpy/numpy#14384

Change-Id: I0b3599df62b0557458b8511bc974c5c05f44a8ab
  • Loading branch information
Christoph Rauch committed Jan 29, 2020
1 parent 2306e44 commit cb54668
Show file tree
Hide file tree
Showing 5 changed files with 75 additions and 71 deletions.
2 changes: 1 addition & 1 deletion omd/packages/python-modules/python-modules.make
Expand Up @@ -226,7 +226,7 @@ PYTHON_MODULES_LIST += swagger_ui_bundle-0.0.6.tar.gz
# PYTHON_MODULES_LIST += connexion-2.4.0.tar.gz
PYTHON_MODULES_LIST += connexion-2018.0.dev1.tar.gz
# For forecasting graphs
PYTHON_MODULES_LIST += numpy-1.16.6.tar.gz
PYTHON_MODULES_LIST += numpy-1.15.4.tar.gz


# NOTE: Setting SODIUM_INSTALL variable below is an extremely cruel hack to
Expand Down
Binary file not shown.
Binary file removed omd/packages/python-modules/src/numpy-1.16.6.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion virtual-envs/2.7/Pipfile
Expand Up @@ -113,7 +113,7 @@ mock = "==3.0.5"
wrapt = "==1.11.2"
vcrpy = "==2.1.0"
connexion = "==2.4.0"
numpy = "==1.16.6"
numpy = "==1.15.4" # Downgraded to 1.15.4 due to https://github.com/numpy/numpy/issues/14384

[requires]
python_version = "2.7"
142 changes: 73 additions & 69 deletions virtual-envs/2.7/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cb54668

Please sign in to comment.