diff --git a/README.md b/README.md
index 604bd0ae25e85dd8b0829dfb547cf5451e12cca1..b68b72a01e1db4bb1f9fbacf8e3bce3f625be1e8 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ And the following python modules :
 * [h5py](https://www.h5py.org) - Used to generate HDF5 datasets on hard drive and use them to spare RAM
 * [pickle](https://docs.python.org/3/library/pickle.html) - Used to store some results
 * ([graphviz](https://pypi.python.org/pypi/graphviz) - Used for decision tree interpretation)
-
+* [pandas]
 
 They are all tested in  `multiview-machine-mearning-omis/multiview_platform/MonoMutliViewClassifiers/Versions.py` which is automatically checked each time you run the `Exec` script
 
@@ -143,4 +143,4 @@ python -m unittest discover
 
 * **Mazid Osseni**
 * **Alexandre Drouin**
-* **Nikolas Huelsmann**
\ No newline at end of file
+* **Nikolas Huelsmann**
diff --git a/requirements.txt b/requirements.txt
index 27cfb08633d8d179ca5050f41796cc2287b32435..00a3d662153cc43e428f3ca142f8763829d01452 100755
--- a/requirements.txt
+++ b/requirements.txt
@@ -9,3 +9,4 @@ python-dateutil==2.8.0
 scikit-learn==0.19.0
 scipy==1.3.0
 six==1.12.0
+pandas==0.23.3
diff --git a/setup.py b/setup.py
index 79eb72ac7c6c72ced96af8c97700612de0f77d7a..8090e9971ce21b1055bb4f2604ce183109c7a9a5 100644
--- a/setup.py
+++ b/setup.py
@@ -53,7 +53,7 @@ setup(
     # Une url qui pointe vers la page officielle de votre lib
     url='http://github.com/babau1/multiview-machine-learning-omis/',
     install_requires=['numpy>=1.8', 'scipy>=0.16','scikit-learn==0.19',
-                      'h5py', 'joblib', 'pyscm'],
+                      'h5py', 'joblib', 'pyscm', 'pandas'],
     # Il est d'usage de mettre quelques metadata à propos de sa lib
     # Pour que les robots puissent facilement la classer.
     # La liste des marqueurs autorisées est longue: