From eb23da3fbacf581c492b79c01a6e6a308c4c1396 Mon Sep 17 00:00:00 2001 From: Daniel Ecer <de-code@users.noreply.github.com> Date: Wed, 5 Jun 2019 21:33:33 +0800 Subject: [PATCH] removed cython dependency (#110) --- README.md | 8 -------- requirements.dev.txt | 1 - 2 files changed, 9 deletions(-) diff --git a/README.md b/README.md index ab597e6..ed8e170 100644 --- a/README.md +++ b/README.md @@ -34,14 +34,6 @@ and: pip install -r requirements.dev.txt ``` -## Cython - -Run: - -```bash -python setup.py build_ext --inplace -``` - ## Local vs. Cloud Almost all of the commands can be run locally or in the cloud. Simply add `--cloud` to the command to run it in the cloud. You will have to have [gsutil](https://cloud.google.com/storage/docs/gsutil) installed even when running locally. diff --git a/requirements.dev.txt b/requirements.dev.txt index ffdf74e..e232dd5 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -1,5 +1,4 @@ flake8==3.7.7 -Cython==0.29.10 nose==1.3.7 pylint==1.9.4 pytest==4.6.2 -- GitLab