diff --git a/requirements.txt b/requirements.txt index be0dba3fdab1bad92ff14213d5ec564da6742317..6f320336bebe15b916bc96a623c7057f4232b70b 100755 --- a/requirements.txt +++ b/requirements.txt @@ -12,4 +12,4 @@ plotly>=4.2.1 matplotlib>=3.1.1 tabulate>=0.8.6 pyscm-ml>=1.0.0 -randomscm @ git+https://github.com/thibgo/randomscm.git@v0.0.0-alpha#egg=randomscm +randomscm @ git+https://github.com/thibgo/randomscm/archive/refs/tags/v0.0.0-alpha.zip diff --git a/summit/tests/test_multi_view/test_multiview_utils.py b/summit/tests/test_multi_view/test_multiview_utils.py index 99d725253c7a0341719913856259c00d65fba3a9..711b152d3bd426f4335a621d98c1ae8751ec7263 100644 --- a/summit/tests/test_multi_view/test_multiview_utils.py +++ b/summit/tests/test_multi_view/test_multiview_utils.py @@ -79,6 +79,7 @@ class TestFunctions(unittest.TestCase): 'knn', 'lasso', 'random_forest', + "random_scm", 'scm', 'sgd', 'svm_linear', @@ -91,6 +92,7 @@ class TestFunctions(unittest.TestCase): 'gradient_boosting', 'knn', 'random_forest', + "random_scm", 'scm', 'svm_linear', 'svm_poly',