Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanw committed Jan 8, 2025
1 parent 2966dfa commit 91b1a96
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 68 deletions.
30 changes: 15 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 15 additions & 17 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ django-filer==3.3.1
# djangocms-picture
# djangocms-video
# froide-govplan
django-filingcabinet @ git+https://github.com/okfde/django-filingcabinet.git@21b0131b0b0f181704d278fec5dde56b53ab064d
django-filingcabinet @ git+https://github.com/okfde/django-filingcabinet.git@78971c8a3f90bc24eeccae9348bd8405c3ddabe4
# via
# fragdenstaat-de (pyproject.toml)
# fcdocs-annotate
Expand Down Expand Up @@ -460,7 +460,7 @@ filelock==3.16.0
# virtualenv
fonttools==4.53.1
# via weasyprint
froide @ git+https://github.com/okfde/froide.git@bef1613911f9ececb85780862cd07199cba4aabe
froide @ git+https://github.com/okfde/froide.git@961164b80b7bf54a28d7fa25d14b408e2e4b32ad
# via fragdenstaat-de (pyproject.toml)
froide-campaign @ git+https://github.com/okfde/froide-campaign.git@b46b3603eeb9c67f3fafaf7fa509ee6ae58698fe
# via fragdenstaat-de (pyproject.toml)
Expand Down Expand Up @@ -638,38 +638,38 @@ numpy==2.1.1
# pandas
# torchvision
# webp
nvidia-cublas-cu12==12.4.5.8 ; platform_machine == 'x86_64' and platform_system == 'Linux'
nvidia-cublas-cu12==12.4.5.8 ; platform_machine == 'x86_64' and sys_platform == 'linux'
# via
# nvidia-cudnn-cu12
# nvidia-cusolver-cu12
# torch
nvidia-cuda-cupti-cu12==12.4.127 ; platform_machine == 'x86_64' and platform_system == 'Linux'
nvidia-cuda-cupti-cu12==12.4.127 ; platform_machine == 'x86_64' and sys_platform == 'linux'
# via torch
nvidia-cuda-nvrtc-cu12==12.4.127 ; platform_machine == 'x86_64' and platform_system == 'Linux'
nvidia-cuda-nvrtc-cu12==12.4.127 ; platform_machine == 'x86_64' and sys_platform == 'linux'
# via torch
nvidia-cuda-runtime-cu12==12.4.127 ; platform_machine == 'x86_64' and platform_system == 'Linux'
nvidia-cuda-runtime-cu12==12.4.127 ; platform_machine == 'x86_64' and sys_platform == 'linux'
# via torch
nvidia-cudnn-cu12==9.1.0.70 ; platform_machine == 'x86_64' and platform_system == 'Linux'
nvidia-cudnn-cu12==9.1.0.70 ; platform_machine == 'x86_64' and sys_platform == 'linux'
# via torch
nvidia-cufft-cu12==11.2.1.3 ; platform_machine == 'x86_64' and platform_system == 'Linux'
nvidia-cufft-cu12==11.2.1.3 ; platform_machine == 'x86_64' and sys_platform == 'linux'
# via torch
nvidia-curand-cu12==10.3.5.147 ; platform_machine == 'x86_64' and platform_system == 'Linux'
nvidia-curand-cu12==10.3.5.147 ; platform_machine == 'x86_64' and sys_platform == 'linux'
# via torch
nvidia-cusolver-cu12==11.6.1.9 ; platform_machine == 'x86_64' and platform_system == 'Linux'
nvidia-cusolver-cu12==11.6.1.9 ; platform_machine == 'x86_64' and sys_platform == 'linux'
# via torch
nvidia-cusparse-cu12==12.3.1.170 ; platform_machine == 'x86_64' and platform_system == 'Linux'
nvidia-cusparse-cu12==12.3.1.170 ; platform_machine == 'x86_64' and sys_platform == 'linux'
# via
# nvidia-cusolver-cu12
# torch
nvidia-nccl-cu12==2.21.5 ; platform_machine == 'x86_64' and platform_system == 'Linux'
nvidia-nccl-cu12==2.21.5 ; platform_machine == 'x86_64' and sys_platform == 'linux'
# via torch
nvidia-nvjitlink-cu12==12.4.127 ; platform_machine == 'x86_64' and platform_system == 'Linux'
nvidia-nvjitlink-cu12==12.4.127 ; platform_machine == 'x86_64' and sys_platform == 'linux'
# via
# nvidia-cufft-cu12
# nvidia-cusolver-cu12
# nvidia-cusparse-cu12
# torch
nvidia-nvtx-cu12==12.4.127 ; platform_machine == 'x86_64' and platform_system == 'Linux'
nvidia-nvtx-cu12==12.4.127 ; platform_machine == 'x86_64' and sys_platform == 'linux'
# via torch
oauthlib==3.2.2
# via
Expand Down Expand Up @@ -836,8 +836,6 @@ python-mimeparse==2.0.0
# via
# fragdenstaat-de (pyproject.toml)
# froide
python-poppler==0.4.1
# via django-filingcabinet
python-slugify==8.0.4
# via
# fragdenstaat-de (pyproject.toml)
Expand Down Expand Up @@ -977,7 +975,7 @@ traitlets==5.14.3
# via
# ipython
# matplotlib-inline
triton==3.1.0 ; python_full_version < '3.13' and platform_machine == 'x86_64' and platform_system == 'Linux'
triton==3.1.0 ; python_full_version < '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux'
# via torch
typing-extensions==4.12.2
# via
Expand Down
34 changes: 16 additions & 18 deletions requirements-production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
colorama==0.4.6 ; platform_system == 'Windows'
colorama==0.4.6 ; sys_platform == 'win32'
# via
# click
# qrcode
Expand Down Expand Up @@ -238,7 +238,7 @@ django-filer==3.3.1
# djangocms-picture
# djangocms-video
# froide-govplan
django-filingcabinet @ git+https://github.com/okfde/django-filingcabinet.git@21b0131b0b0f181704d278fec5dde56b53ab064d
django-filingcabinet @ git+https://github.com/okfde/django-filingcabinet.git@78971c8a3f90bc24eeccae9348bd8405c3ddabe4
# via
# fragdenstaat-de (pyproject.toml)
# fcdocs-annotate
Expand Down Expand Up @@ -415,7 +415,7 @@ filelock==3.16.0
# triton
fonttools==4.53.1
# via weasyprint
froide @ git+https://github.com/okfde/froide.git@bef1613911f9ececb85780862cd07199cba4aabe
froide @ git+https://github.com/okfde/froide.git@961164b80b7bf54a28d7fa25d14b408e2e4b32ad
# via fragdenstaat-de (pyproject.toml)
froide-campaign @ git+https://github.com/okfde/froide-campaign.git@b46b3603eeb9c67f3fafaf7fa509ee6ae58698fe
# via fragdenstaat-de (pyproject.toml)
Expand Down Expand Up @@ -562,38 +562,38 @@ numpy==2.1.1
# pandas
# torchvision
# webp
nvidia-cublas-cu12==12.4.5.8 ; platform_machine == 'x86_64' and platform_system == 'Linux'
nvidia-cublas-cu12==12.4.5.8 ; platform_machine == 'x86_64' and sys_platform == 'linux'
# via
# nvidia-cudnn-cu12
# nvidia-cusolver-cu12
# torch
nvidia-cuda-cupti-cu12==12.4.127 ; platform_machine == 'x86_64' and platform_system == 'Linux'
nvidia-cuda-cupti-cu12==12.4.127 ; platform_machine == 'x86_64' and sys_platform == 'linux'
# via torch
nvidia-cuda-nvrtc-cu12==12.4.127 ; platform_machine == 'x86_64' and platform_system == 'Linux'
nvidia-cuda-nvrtc-cu12==12.4.127 ; platform_machine == 'x86_64' and sys_platform == 'linux'
# via torch
nvidia-cuda-runtime-cu12==12.4.127 ; platform_machine == 'x86_64' and platform_system == 'Linux'
nvidia-cuda-runtime-cu12==12.4.127 ; platform_machine == 'x86_64' and sys_platform == 'linux'
# via torch
nvidia-cudnn-cu12==9.1.0.70 ; platform_machine == 'x86_64' and platform_system == 'Linux'
nvidia-cudnn-cu12==9.1.0.70 ; platform_machine == 'x86_64' and sys_platform == 'linux'
# via torch
nvidia-cufft-cu12==11.2.1.3 ; platform_machine == 'x86_64' and platform_system == 'Linux'
nvidia-cufft-cu12==11.2.1.3 ; platform_machine == 'x86_64' and sys_platform == 'linux'
# via torch
nvidia-curand-cu12==10.3.5.147 ; platform_machine == 'x86_64' and platform_system == 'Linux'
nvidia-curand-cu12==10.3.5.147 ; platform_machine == 'x86_64' and sys_platform == 'linux'
# via torch
nvidia-cusolver-cu12==11.6.1.9 ; platform_machine == 'x86_64' and platform_system == 'Linux'
nvidia-cusolver-cu12==11.6.1.9 ; platform_machine == 'x86_64' and sys_platform == 'linux'
# via torch
nvidia-cusparse-cu12==12.3.1.170 ; platform_machine == 'x86_64' and platform_system == 'Linux'
nvidia-cusparse-cu12==12.3.1.170 ; platform_machine == 'x86_64' and sys_platform == 'linux'
# via
# nvidia-cusolver-cu12
# torch
nvidia-nccl-cu12==2.21.5 ; platform_machine == 'x86_64' and platform_system == 'Linux'
nvidia-nccl-cu12==2.21.5 ; platform_machine == 'x86_64' and sys_platform == 'linux'
# via torch
nvidia-nvjitlink-cu12==12.4.127 ; platform_machine == 'x86_64' and platform_system == 'Linux'
nvidia-nvjitlink-cu12==12.4.127 ; platform_machine == 'x86_64' and sys_platform == 'linux'
# via
# nvidia-cufft-cu12
# nvidia-cusolver-cu12
# nvidia-cusparse-cu12
# torch
nvidia-nvtx-cu12==12.4.127 ; platform_machine == 'x86_64' and platform_system == 'Linux'
nvidia-nvtx-cu12==12.4.127 ; platform_machine == 'x86_64' and sys_platform == 'linux'
# via torch
oauthlib==3.2.2
# via
Expand Down Expand Up @@ -714,8 +714,6 @@ python-mimeparse==2.0.0
# via
# fragdenstaat-de (pyproject.toml)
# froide
python-poppler==0.4.1
# via django-filingcabinet
python-slugify==8.0.4
# via
# fragdenstaat-de (pyproject.toml)
Expand Down Expand Up @@ -810,7 +808,7 @@ torch==2.5.1
# torchvision
torchvision==0.20.1
# via fragdenstaat-de (pyproject.toml)
triton==3.1.0 ; python_full_version < '3.13' and platform_machine == 'x86_64' and platform_system == 'Linux'
triton==3.1.0 ; python_full_version < '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux'
# via torch
typing-extensions==4.12.2
# via
Expand Down
Loading

0 comments on commit 91b1a96

Please sign in to comment.