Skip to content

Commit

Permalink
Update requirements with typing info
Browse files Browse the repository at this point in the history
  • Loading branch information
ccanel committed Jan 29, 2025
1 parent 3faac69 commit 282cb14
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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

0 comments on commit 282cb14

Please sign in to comment.