From 70a540166b4a906817c92e4408bbda39934a1820 Mon Sep 17 00:00:00 2001 From: Kristofers Solo Date: Sat, 10 Dec 2022 16:26:54 +0200 Subject: [PATCH] Added scipy --- requirements.txt | 1 + setup.cfg | 1 + 2 files changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index 0a0bd4c..0171bbf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ matplotlib==3.6.2 opencv-python==4.6.0.66 tensorflow==2.11.0 +scipy==1.9.3 diff --git a/setup.cfg b/setup.cfg index 1409527..c81f176 100644 --- a/setup.cfg +++ b/setup.cfg @@ -14,6 +14,7 @@ install_requires = matplotlib>=3.6.2 opencv-python>=4.6.0.66 tensorflow>=2.11.0 + scipy>=1.9.3 python_requires = >=3.10 package_dir = =src