From 6d5dbef8ca7c725244d9e569b849ee73cffeae7a Mon Sep 17 00:00:00 2001 From: Richard Gerum Date: Mon, 4 Apr 2022 17:39:56 +0200 Subject: [PATCH] removed jointforces installation for now --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 71c08ca..6c4e2e1 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ 'pyvista', 'pyvistaqt>=0.6.0', 'imagecodecs', - 'jointforces @ https://github.com/christophmark/jointforces/archive/master.zip' + #'jointforces @ https://github.com/christophmark/jointforces/archive/master.zip' ], extras_require={ 'compilation': ["numba"],