From fb2534b6968c33d363ca71c19d1ac93232d7ef80 Mon Sep 17 00:00:00 2001 From: Eric Bezzam Date: Tue, 25 Apr 2023 12:11:17 +0200 Subject: [PATCH] Fix pycsou setup command. --- recon_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recon_requirements.txt b/recon_requirements.txt index d8f8a166..82fa70a0 100644 --- a/recon_requirements.txt +++ b/recon_requirements.txt @@ -5,4 +5,4 @@ scikit-image==0.19.0rc0 hydra-core click>=8.0.1 waveprop>=0.0.3 # for simulation -pip install git+https://github.com/matthieumeo/pycsou.git@v2-dev +git+https://github.com/matthieumeo/pycsou.git@v2-dev