Added scipy

This commit is contained in:
Kristofers Solo 2022-12-10 16:26:54 +02:00
parent 8844a9e9b2
commit 70a540166b
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
matplotlib==3.6.2 matplotlib==3.6.2
opencv-python==4.6.0.66 opencv-python==4.6.0.66
tensorflow==2.11.0 tensorflow==2.11.0
scipy==1.9.3

View File

@ -14,6 +14,7 @@ install_requires =
matplotlib>=3.6.2 matplotlib>=3.6.2
opencv-python>=4.6.0.66 opencv-python>=4.6.0.66
tensorflow>=2.11.0 tensorflow>=2.11.0
scipy>=1.9.3
python_requires = >=3.10 python_requires = >=3.10
package_dir = =src package_dir = =src