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
No related branches found
No related tags found
No related merge requests found
Pipeline #9241 failed
......@@ -7,7 +7,7 @@ django-formtools
django-debug-toolbar
django-allauth
# import scripts
pandas
pandas==0.23.4
# web services
bioservices
bioblend
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment