Skip to content
Snippets Groups Projects
Commit ea6ce220 authored by Hervé  MENAGER's avatar Hervé MENAGER
Browse files

pin pandas version to 0.23.4

trying to fix a problem with python 3.4 and pandas 0.24.0:

```
      File "/usr/lib/python3.4/site-packages/pkg_resources/__init__.py", line 348, in get_provider
        __import__(moduleOrReq)
    ImportError: No module named 'numpy'
```
parent 121382f5
Branches
Tags
No related merge requests found
Pipeline #9241 failed