Skip to content
Snippets Groups Projects
Commit 7aefc11f authored by lukas leufen's avatar lukas leufen
Browse files

change six installation

parent 96942e6e
No related branches found
No related tags found
7 merge requests!319add all changes of dev into release v1.4.0 branch,!318Resolve "release v1.4.0",!283Merge latest develop into falcos issue,!279include Develop,!278Felix issue295 transformation parameters in data handler,!275include lazy preprocessing,!259Draft: Resolve "WRF-Datahandler should inherit from SingleStationDatahandler"
Pipeline #63187 passed
...@@ -42,7 +42,7 @@ tests (from scratch): ...@@ -42,7 +42,7 @@ tests (from scratch):
- ./CI/update_badge.sh > /dev/null - ./CI/update_badge.sh > /dev/null
script: script:
- pip install --upgrade pip - pip install --upgrade pip
- pip install numpy wheel six - pip install numpy wheel six==1.15.0
- zypper --non-interactive install binutils libproj-devel gdal-devel - zypper --non-interactive install binutils libproj-devel gdal-devel
- zypper --non-interactive install proj geos-devel - zypper --non-interactive install proj geos-devel
# - cat requirements.txt | cut -f1 -d"#" | sed '/^\s*$/d' | xargs -L 1 pip install # - cat requirements.txt | cut -f1 -d"#" | sed '/^\s*$/d' | xargs -L 1 pip install
......
...@@ -51,7 +51,7 @@ PyYAML==5.4.1 ...@@ -51,7 +51,7 @@ PyYAML==5.4.1
requests==2.25.1 requests==2.25.1
scipy==1.5.4 scipy==1.5.4
seaborn==0.11.1 seaborn==0.11.1
--ignore-installed six==1.15.0 six==1.15.0
statsmodels==0.12.2 statsmodels==0.12.2
tabulate==0.8.8 tabulate==0.8.8
tensorboard==1.13.1 tensorboard==1.13.1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment