From fcfddc63af4f4de6b1e3b39dfad4ab227df9021b Mon Sep 17 00:00:00 2001 From: Christoph Knote <christoph.knote@med.uni-augsburg.de> Date: Wed, 23 Mar 2022 13:53:48 +0100 Subject: [PATCH] Fix numpy install --- .gitlab-ci.yml | 2 +- docs/source/index.rst | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 12ab5b2..e8751dc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ image: python:latest before_script: - pip install poetry - - pip install numpy + - pip install numpy==1.19.5 - poetry install - source `poetry env info --path`/bin/activate diff --git a/docs/source/index.rst b/docs/source/index.rst index 4501b1c..7c62f55 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -15,11 +15,6 @@ The ICARTT data format is described here: https://www-air.larc.nasa.gov/missions :maxdepth: 2 :caption: Contents: -Installation -############ - -.. include:: ../../INSTALL.md - Example ####### @@ -48,7 +43,7 @@ Formats .. autoenum:: Formats Variable types -******** +*************** .. autoenum:: VariableType -- GitLab