diff --git a/README.rst b/README.rst index 4f21ca43..3b13b8a8 100644 --- a/README.rst +++ b/README.rst @@ -79,6 +79,11 @@ install the library locally. python scripts/recon/admm.py +Note (as of 19-04-2023), there is a problem setting up Pycsou via ``pip`` as +the `setup file `__ +uses asterisks with greater than or equal requirements, which is no longer supported. +Therefore ``pycsou>=1.0.6`` has been removed from ``recon_requirements.txt``. + **Raspberry Pi** After `flashing your Raspberry Pi with SSH enabled `__, diff --git a/recon_requirements.txt b/recon_requirements.txt index 51bca39b..2d148c64 100644 --- a/recon_requirements.txt +++ b/recon_requirements.txt @@ -1,6 +1,5 @@ jedi==0.18.0 lpips==0.1.4 -pycsou>=1.0.6 pylops==1.18.0 scikit-image==0.19.0rc0 hydra-core