Skip to content
Snippets Groups Projects
Commit 2a36fbfe authored by leufen1's avatar leufen1
Browse files

install numpy

parent 255a98df
No related branches found
No related tags found
3 merge requests!253include current develop,!252Resolve "release v1.3.0",!247Resolve "BUG: update reqirements"
Pipeline #60377 failed
...@@ -99,6 +99,7 @@ tests: ...@@ -99,6 +99,7 @@ tests:
- python3.6 -m venv venv/ - python3.6 -m venv venv/
- source venv/bin/activate - source venv/bin/activate
- pip install --upgrade pip - pip install --upgrade pip
- pip install numpy
- pip install -r requirements.txt - pip install -r requirements.txt
- chmod +x ./CI/run_pytest.sh - chmod +x ./CI/run_pytest.sh
- ./CI/run_pytest.sh - ./CI/run_pytest.sh
......
...@@ -63,7 +63,7 @@ typing-extensions==3.7.4.3 ...@@ -63,7 +63,7 @@ typing-extensions==3.7.4.3
urllib3==1.26.3 urllib3==1.26.3
Werkzeug==1.0.1 Werkzeug==1.0.1
wget==3.2 wget==3.2
xarray==0.16.1 xarray==0.16.2
zipp==3.4.0 zipp==3.4.0
--no-binary shapely Shapely==1.7.0 --no-binary shapely Shapely==1.7.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment