From 482c8bdd7440d7ffebcdd65d8760f1ba833cd448 Mon Sep 17 00:00:00 2001 From: prasoonpatidar <71990239+prasoonpatidar@users.noreply.github.com> Date: Sat, 31 Aug 2024 08:54:37 -0400 Subject: [PATCH] Update requirements.txt Remove version dependency (opencv) --- vax_training/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vax_training/requirements.txt b/vax_training/requirements.txt index 3d1ec00..3a8124b 100644 --- a/vax_training/requirements.txt +++ b/vax_training/requirements.txt @@ -7,7 +7,7 @@ matplotlib pandas scikit-learn scipy -opencv-python-headless==4.6.0.66 +opencv-python-headless requests python-nmap==0.7.1 soundfile @@ -30,4 +30,4 @@ soundfile==0.11.0 tensorflow==2.10.0 # xgboost==1.7.1 -# //conda install -c conda-forge python-sounddevice \ No newline at end of file +# //conda install -c conda-forge python-sounddevice