From f0ac87d741c603a653f1ceb3751a8db13811e951 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20MONTAGN=C3=89?= Date: Sat, 23 May 2020 21:01:15 +0200 Subject: [PATCH] cspy from pypi --- .circleci/config.yml | 17 +---------------- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 17 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ad9f473..74c9849 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,11 +13,6 @@ jobs: working_directory: ~/vrpy steps: - checkout - - run: - name: clone cspy-master - command: | - cd .. - git clone https://github.com/torressa/cspy.git - run: name: install dependencies command: | @@ -45,11 +40,6 @@ jobs: working_directory: ~/vrpy steps: - checkout - - run: - name: clone cspy-master - command: | - cd .. - git clone https://github.com/torressa/cspy.git - run: name: install dependencies command: | @@ -70,11 +60,6 @@ jobs: working_directory: ~/vrpy steps: - checkout - - run: - name: clone cspy-master - command: | - cd .. - git clone https://github.com/torressa/cspy.git - run: name: install dependencies command: | @@ -88,7 +73,7 @@ jobs: . venv/bin/activate cd ~/vrpy/tests/ pytest unittests/* - + workflows: version: 2 build: diff --git a/requirements.txt b/requirements.txt index d569d97..c6047c8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ ###### Requirements without Version Specifiers ###### -#cspy +cspy networkx numpy pulp