From e2abfe256dc9326817210b226c666b9c23caf0b0 Mon Sep 17 00:00:00 2001 From: Duy-Nguyen Ta Date: Wed, 8 Mar 2017 10:59:06 -0500 Subject: [PATCH] remove requirements.txt @dellaert: not needed for only 2 packages and an exception for eigency --- cython/README.md | 3 ++- cython/requirements.txt | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 cython/requirements.txt diff --git a/cython/README.md b/cython/README.md index 8d127553e..53c04d1e4 100644 --- a/cython/README.md +++ b/cython/README.md @@ -7,7 +7,8 @@ as follows: ```bash cd /cython - pip install -r requirements.txt + pip install numpy>=1.11.1 + pip install Cython>=0.25.1 pip install eigency ``` diff --git a/cython/requirements.txt b/cython/requirements.txt deleted file mode 100644 index 38ff800c3..000000000 --- a/cython/requirements.txt +++ /dev/null @@ -1,2 +0,0 @@ -Cython==0.25.1 -numpy==1.11.1