From 095c4f459c443894cfd2c5ba4826d6eb7a79f49e Mon Sep 17 00:00:00 2001 From: Baptiste Bauvin <baptiste.bauvin@lis-lab.fr> Date: Fri, 25 Mar 2022 11:43:49 -0400 Subject: [PATCH] Requirements --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e0e2ec28..1d324f8b 100644 --- a/setup.py +++ b/setup.py @@ -60,7 +60,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://git@github.com/thibgo/randomscm@v0.0.0-alpha#egg=randomscm'], + 'randomscm @ git+https://git@github.com/thibgo/randomscm@v0.0.0-alpha'], extras_require={ 'dev': ['pytest', 'pytest-cov'], 'doc': ['sphinx >= 3.0.2', 'numpydoc', 'docutils', 'sphinx-autoapi', -- GitLab