From 282cb1407662c182d732b1718bd9f0f5a2c7c009 Mon Sep 17 00:00:00 2001 From: Christopher Canel Date: Wed, 29 Jan 2025 21:39:28 +0000 Subject: [PATCH] Update requirements with typing info --- requirements.txt | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index d6d8e20..b4b90d8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,9 @@ astroid==2.9.3 +bcrypt==4.2.1 black==22.1.0 +cffi==1.17.1 click==8.0.4 +cryptography==44.0.0 cycler==0.11.0 dodgy==0.2.1 flake8==4.0.1 @@ -15,14 +18,21 @@ mccabe==0.6.1 mypy==0.941 mypy-extensions==0.4.3 netifaces==0.11.0 -numpy +nptyping==2.5.0 +numpy==1.22.4 +nvidia-cublas-cu11==11.10.3.66 +nvidia-cuda-nvrtc-cu11==11.7.99 +nvidia-cuda-runtime-cu11==11.7.99 +nvidia-cudnn-cu11==8.5.0.96 packaging==21.3 +paramiko==3.5.0 pathspec==0.9.0 pep8-naming==0.10.0 Pillow==9.5.0 platformdirs==2.4.0 prospector==1.7.7 pycodestyle==2.8.0 +pycparser==2.22 pydocstyle==6.1.1 pyflakes==2.4.0 pylama==7.7.1 @@ -31,6 +41,7 @@ pylint-celery==0.3 pylint-django==2.5.3 pylint-flask==0.6 pylint-plugin-utils==0.7 +PyNaCl==1.5.0 pyparsing==3.0.7 pyroute2==0.6.9 pyroute2.core==0.6.9 @@ -53,5 +64,7 @@ threadpoolctl==3.1.0 toml==0.10.2 tomli==1.2.3 torch==1.13.1 -typing-extensions==4.1.1 +types-paramiko==3.5.0.20240928 +types-PyYAML==6.0.12.20241230 +typing_extensions==4.1.1 wrapt==1.13.3