From 0a49b9511fce2c869613fd90495af9c819f8a4ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Bla=C3=9F?= <michael.blass@uni-hamburg.de> Date: Thu, 18 Mar 2021 10:49:11 +0100 Subject: [PATCH] Use the pip version of chainsaddiction --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index b72f95d..a2cc48f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -41,7 +41,7 @@ install_requires = matplotlib >= "2" pandas >= "0.20" soundfile >= "0.10.2" - chainsaddiction @ git+https://gitlab.rrz.uni-hamburg.de/bal7668/chainsaddiction.git + chainsaddiction >= '0.1.1' [options.packages.find] where = src -- GitLab