From d13ef6ca0d8880f819f0d308d73525574e6354a8 Mon Sep 17 00:00:00 2001 From: Eric Bezzam Date: Tue, 14 May 2024 12:31:33 +0200 Subject: [PATCH] Remove direct dependency. --- recon_requirements.txt | 1 + setup.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/recon_requirements.txt b/recon_requirements.txt index 78dd418d..beb67296 100644 --- a/recon_requirements.txt +++ b/recon_requirements.txt @@ -4,6 +4,7 @@ pylops==1.18.0 scikit-image>=0.19.0rc0 click>=8.0.1 waveprop>=0.0.10 # for simulation +slm_controller @ git+https://github.com/ebezzam/slm-controller.git # Library for learning algorithm torch >= 2.0.0 diff --git a/setup.py b/setup.py index c3d0fc2c..d1ab6d68 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,6 @@ "rawpy>=0.16.0", # less than python 3.12 "paramiko>=3.2.0", "hydra-core", - "slm_controller @ git+https://github.com/ebezzam/slm-controller.git" ], extra_requires={"dev": ["pudb", "black"]}, )