remove requirements.txt

@dellaert: not needed for only 2 packages and an exception for eigency
release/4.3a0
Duy-Nguyen Ta 2017-03-08 10:59:06 -05:00
parent 98e9ffdce4
commit e2abfe256d
2 changed files with 2 additions and 3 deletions

View File

@ -7,7 +7,8 @@ as follows:
```bash ```bash
cd <gtsam_folder>/cython cd <gtsam_folder>/cython
pip install -r requirements.txt pip install numpy>=1.11.1
pip install Cython>=0.25.1
pip install eigency pip install eigency
``` ```

View File

@ -1,2 +0,0 @@
Cython==0.25.1
numpy==1.11.1