From 83d95f75c53044a74bbf6423f767c391ee7171fb Mon Sep 17 00:00:00 2001 From: Oleksandr Chychkan Date: Tue, 2 Nov 2021 17:08:26 -0700 Subject: [PATCH] Add requirements file for Python 10 --- requirements_3.10.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 requirements_3.10.txt diff --git a/requirements_3.10.txt b/requirements_3.10.txt new file mode 100644 index 0000000..0e5beb3 --- /dev/null +++ b/requirements_3.10.txt @@ -0,0 +1,11 @@ +numpy==1.19.5 +opencv-contrib-python-headless==4.5.1.48 +scipy==1.7.1 +tensorflow==2.6.0 +colorama==0.4.4 +tqdm==4.62.3 +ffmpeg-python==0.2.0 +Pillow==8.4.0 +scikit-image==0.18.3 +h5py==3.1.0 +PyQt5==5.15.4