From f0b7a5da5a3d10264344213b98c974e6ee614109 Mon Sep 17 00:00:00 2001 From: "Hartung, Michael" <michael.hartung@uni-hamburg.de> Date: Fri, 21 Apr 2023 23:23:48 +0200 Subject: [PATCH] update requirements Former-commit-id: a2df510954604872948697acc70f7e852b1511d5 [formerly 34ec8c3bc6d52508eeeaadae441ff14f1007ce01] Former-commit-id: a67015ad111b2ac5f831bdd9aa971b8b826d63fc --- requirements.txt | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/requirements.txt b/requirements.txt index 644250e..4e0dba7 100755 --- a/requirements.txt +++ b/requirements.txt @@ -14,8 +14,6 @@ click==8.1.3 click-didyoumean==0.3.0 click-plugins==1.1.1 click-repl==0.2.0 -conda==23.3.1 -conda-package-handling==1.9.0 contourpy==1.0.7 cryptography==39.0.1 cycler==0.11.0 @@ -53,12 +51,10 @@ pluggy==1.0.0 pooch==1.7.0 prompt-toolkit==3.0.38 psycopg2-binary==2.8.6 -pycairo==1.23.0 pycodestyle==2.10.0 -pycosat==0.6.4 +pycosat==0.6.3 pycparser==2.21 pyflakes==3.0.1 -PyGObject==3.44.1 pyOpenSSL==23.0.0 pyparsing==3.0.9 PySocks==1.7.1 @@ -82,5 +78,4 @@ urllib3==1.26.12 vine==5.0.0 wcwidth==0.2.6 wheel==0.38.4 -zipp==3.15.0 -zstandard==0.19.0 \ No newline at end of file +zipp==3.15.0 \ No newline at end of file -- GitLab