From 83b8fef0b266f171903b12ec64ed11ac56363874 Mon Sep 17 00:00:00 2001
From: mhoeschle <mhoeschle>
Date: Fri, 23 Jun 2023 14:34:47 +0200
Subject: [PATCH] updated requirements.txt with current installed moduls with
 pip

---
 requirements.txt | 73 ++++++++++++++++--------------------------------
 1 file changed, 24 insertions(+), 49 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 67f7697..4437f30 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,49 +1,24 @@
-albumentations=0.5.2  
-captum=0.3.1 
-cityscapesScripts=1.2.0 
-click=8.0.0a1 
-cycler=0.10.0 
-dataclasses=0.6 
-decorator=4.4.2 
-dicttoxml=1.7.4 
-future=0.18.2 
-imagecodecs=2021.3.31 
-imageio=2.9.0 
-imgaug=0.4.0 
-imutils=0.5.4 
-joblib=0.17.0 
-kiwisolver=1.1.0 
-matplotlib=3.1.2 
-networkx=2.5 
-Nuitka=0.6.8.4 
-numpy=1.20.0 
-onnx=1.8.0 
-onnxruntime=1.7.0 
-opencv-python=4.5.1.48 
-pandas=1.2.3 
-Pillow=7.0.0 
-pip=21.0.1 
-protobuf=3.13.0 
-pyparsing=2.4.6 
-python-dateutil=2.8.1 
-pytz=2021.1 
-PyWavelets=1.1.1 
-PyYAML=5.3.1 
-scikit-image=0.18.1 
-scikit-learn=0.23.2 
-scipy=1.5.4 
-seaborn=0.11.1 
-setuptools=41.2.0 
-Shapely=1.7.1 
-six=1.14.0 
-sklearn=0.0 
-tfrecord=1.11 
-threadpoolctl=2.1.0 
-tifffile=2020.12.8 
-pytorch torchvision torchaudio -c pytorch -c nvidia 
-tqdm=4.55.0 
-typing-extensions=3.7.4.3 
-XlsxWriter=1.3.7 
-xmltodict=0.12.0 
-tensorboard 
-tensorboardx
+python -m pip install ^
+autopep8==2.0.2
+cffi==1.15.1
+contourpy==1.1.0
+cryptography==41.0.1
+cycler==0.11.0
+fonttools==4.40.0
+kiwisolver==1.4.4
+matplotlib==3.7.1
+numpy==1.25.0
+packaging==23.1
+Pillow==9.5.0
+pycodestyle==2.10.0
+pycparser==2.21
+pyparsing==3.1.0
+pypylon==2.2.0
+pyspnego==0.9.1
+python-dateutil==2.8.2
+six==1.16.0
+smbprotocol==1.10.1
+tomli==2.0.1
+
+# check packages installed ni virtualenv
+# pip freeze --local
\ No newline at end of file
-- 
GitLab