Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
Fix la version de pandas à l'installation
Browse files Browse the repository at this point in the history
Hello @ssaunier, 

Je propose de simplement fixer la version d'installation de Pandas à la `0.16` pour éviter les différences liées à l'évolution de la librairie. 

Martin
  • Loading branch information
martindaniel4 authored Aug 22, 2016
1 parent 6f56c76 commit eebe7c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/OSX.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Installez pandas :

```bash
$ pip install --upgrade matplotlib
$ pip install --upgrade pandas
$ pip install pandas==0.16
```

## Testons notre installation
Expand Down

0 comments on commit eebe7c3

Please sign in to comment.