Skip to content

Commit

Permalink
Revert "Circumvent GWLF-E SegFaults due to NumPy"
Browse files Browse the repository at this point in the history
This reverts commit 4b2f215.
  • Loading branch information
caseycesari committed Aug 13, 2019
1 parent 1a9fe06 commit d0354d7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion deployment/ansible/group_vars/all
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ observation_api_url: "http://www.wikiwatershed-vs.org/"
enabled_features: ''

numba_version: "0.38.1"
numpy_version: "1.14.5"
phantomjs_version: "2.1.*"

redis_version: "2:3.0.6-1ubuntu0.*"
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
- name: Install numba
pip: name=numba version={{ numba_version }}

- name: Install numpy
pip: name=numpy version={{ numpy_version }}

- name: Install application Python dependencies for development and test
pip: requirements="{{ app_home }}/requirements/{{ item }}.txt"
with_items:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
- name: Install numba
pip: name=numba version={{ numba_version }}

- name: Install numpy
pip: name=numpy version={{ numpy_version }}

- name: Install application Python dependencies for development and test
pip: requirements="{{ app_home }}/requirements/{{ item }}.txt"
with_items:
Expand Down

0 comments on commit d0354d7

Please sign in to comment.