Skip to content
Snippets Groups Projects
Commit fcfddc63 authored by Christoph Knote's avatar Christoph Knote
Browse files

Fix numpy install

parent 837f7e38
No related branches found
No related tags found
1 merge request!16Introduce poetry packaging
......@@ -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
......
......@@ -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
......
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