From 800f24b130da70e2914a86ce7598b095123b98d3 Mon Sep 17 00:00:00 2001 From: Martin Bubel Date: Wed, 8 Nov 2023 18:51:20 +0100 Subject: [PATCH] replace pypi paramz by forked paramz --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2aaa4d4e..135764d5 100644 --- a/setup.py +++ b/setup.py @@ -142,7 +142,8 @@ except ModuleNotFoundError: install_requirements = [ "numpy>=1.7", "six", - "paramz @ git+https://github.com/connorfuhrman/paramz/tree/connorfuhrman/np_type_alias_dep.git", + # "paramz @ git+https://github.com/connorfuhrman/paramz/tree/connorfuhrman/np_type_alias_dep.git", + "paramz @ git+https://github.com/MartinBubel/paramz.git@fix-numpy-types", "cython>=0.29", ] # 'some-pkg @ git+ssh://git@github.com/someorgname/pkg-repo-name@v1.1#egg=some-pkg',