From 0746f9f4ffc44cf16d397e585f74137b611d474e Mon Sep 17 00:00:00 2001 From: Fyodor Velikonivtsev Date: Wed, 6 Apr 2022 19:22:30 +0300 Subject: [PATCH] Feat update setup.py replace `git+git` on `git+https` in line 22 as recent GiuHub updates require this for anonymous cloning --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a8fe75c..4aa8346 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ "wheel", "requests", "setuptools>57.5.0" 'importlib; python_version == "3.7"', - "vamb @ git+git://github.com/AndreLamurias/vamb", + "vamb @ git+https://github.com/AndreLamurias/vamb", "networkx==2.6.2", # torch==1.7.1 "scikit-learn==0.24.2",