From dd1a8b337eedd527edb8eae3b06f57e5ebf62216 Mon Sep 17 00:00:00 2001 From: Baptiste Bauvin <baptiste.bauvin@lis-lab.fr> Date: Fri, 25 Mar 2022 12:21:37 -0400 Subject: [PATCH] Requirements --- .gitlab-ci.yml | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 50d3623c..82b43bf7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,6 +6,7 @@ tests: script: - export LC_ALL=$(locale -a | grep en_US) - export LANG=$(locale -a | grep en_US) + - pip3 install --upgrade pip - pip3 -V - pip3 install -e . - pytest-3 diff --git a/setup.py b/setup.py index 4f9db070..2b3ab1a0 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def setup_package(): 'scikit-learn>=0.19.0', 'scipy>=1.3.0', 'six>=1.12.0', 'pandas>=0.23.3', 'pyyaml>=3.12', 'plotly>=4.2.1', 'matplotlib>=3.1.1', 'tabulate>=0.8.6', 'pyscm-ml>=1.0.0', - "randomscm @ git+https://github.com/thibgo/randomscm/archive/refs/tags/v0.0.0-alpha.zip#egg=randomscm-v0.0.0-alpha"], + "randomscm @ git+https://github.com/thibgo/randomscm.git#egg=randomscm"], extras_require={ 'dev': ['pytest', 'pytest-cov'], 'doc': ['sphinx >= 3.0.2', 'numpydoc', 'docutils', 'sphinx-autoapi', -- GitLab