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