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

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index d691100a..e0e2ec28 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',
-                      'git+https://github.com/thibgo/randomscm/archive/refs/tags/v0.0.0-alpha.zip'],
+                      'randomscm @ git+https://git@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