From 4dfa2e97cc2b89d6cb2e0e80b2131fe4db51bb73 Mon Sep 17 00:00:00 2001
From: Baptiste Bauvin <baptiste.bauvin@lis-lab.fr>
Date: Fri, 25 Mar 2022 11:47:20 -0400
Subject: [PATCH] Requirements

---
 setup.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index 1d324f8b..b327e0c8 100644
--- a/setup.py
+++ b/setup.py
@@ -59,8 +59,8 @@ def setup_package():
                       'pyparsing>=2.4.0', 'python-dateutil>=2.8.0',
                       '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'],
+                      'matplotlib>=3.1.1', 'tabulate>=0.8.6', 'pyscm-ml>=1.0.0',],
+    dependency_links=['https://github.com/thibgo/randomscm@v0.0.0-alpha#egg=randomscm'],
     extras_require={
             'dev': ['pytest', 'pytest-cov'],
             'doc': ['sphinx >= 3.0.2', 'numpydoc', 'docutils', 'sphinx-autoapi',
-- 
GitLab