@@ -85,7 +85,7 @@ click-plugins==1.1.1
8585 # via celery
8686click-repl==0.3.0
8787 # via celery
88- colorama==0.4.6 ; sys_platform == 'win32 '
88+ colorama==0.4.6 ; platform_system == 'Windows '
8989 # via
9090 # click
9191 # qrcode
@@ -416,7 +416,7 @@ filelock==3.16.0
416416 # triton
417417fonttools==4.53.1
418418 # via weasyprint
419- froide @ git+https://github.com/okfde/froide.git@ab9709fcdf55bf4dba5108b19aa0d3e88d0eb0c7
419+ froide @ git+https://github.com/okfde/froide.git@d8af2c7f8889d9b24f2ff83f28051f5cd7e9b903
420420 # via fragdenstaat-de (pyproject.toml)
421421froide-campaign @ git+https://github.com/okfde/froide-campaign.git@5d4914f7c2d8eabcc0d121bb46ec9d56595d9eae
422422 # via fragdenstaat-de (pyproject.toml)
@@ -567,38 +567,38 @@ numpy==2.1.1
567567 # pandas
568568 # torchvision
569569 # webp
570- nvidia-cublas-cu12==12.4.5.8 ; platform_machine == 'x86_64' and sys_platform == 'linux '
570+ nvidia-cublas-cu12==12.4.5.8 ; platform_machine == 'x86_64' and platform_system == 'Linux '
571571 # via
572572 # nvidia-cudnn-cu12
573573 # nvidia-cusolver-cu12
574574 # torch
575- nvidia-cuda-cupti-cu12==12.4.127 ; platform_machine == 'x86_64' and sys_platform == 'linux '
575+ nvidia-cuda-cupti-cu12==12.4.127 ; platform_machine == 'x86_64' and platform_system == 'Linux '
576576 # via torch
577- nvidia-cuda-nvrtc-cu12==12.4.127 ; platform_machine == 'x86_64' and sys_platform == 'linux '
577+ nvidia-cuda-nvrtc-cu12==12.4.127 ; platform_machine == 'x86_64' and platform_system == 'Linux '
578578 # via torch
579- nvidia-cuda-runtime-cu12==12.4.127 ; platform_machine == 'x86_64' and sys_platform == 'linux '
579+ nvidia-cuda-runtime-cu12==12.4.127 ; platform_machine == 'x86_64' and platform_system == 'Linux '
580580 # via torch
581- nvidia-cudnn-cu12==9.1.0.70 ; platform_machine == 'x86_64' and sys_platform == 'linux '
581+ nvidia-cudnn-cu12==9.1.0.70 ; platform_machine == 'x86_64' and platform_system == 'Linux '
582582 # via torch
583- nvidia-cufft-cu12==11.2.1.3 ; platform_machine == 'x86_64' and sys_platform == 'linux '
583+ nvidia-cufft-cu12==11.2.1.3 ; platform_machine == 'x86_64' and platform_system == 'Linux '
584584 # via torch
585- nvidia-curand-cu12==10.3.5.147 ; platform_machine == 'x86_64' and sys_platform == 'linux '
585+ nvidia-curand-cu12==10.3.5.147 ; platform_machine == 'x86_64' and platform_system == 'Linux '
586586 # via torch
587- nvidia-cusolver-cu12==11.6.1.9 ; platform_machine == 'x86_64' and sys_platform == 'linux '
587+ nvidia-cusolver-cu12==11.6.1.9 ; platform_machine == 'x86_64' and platform_system == 'Linux '
588588 # via torch
589- nvidia-cusparse-cu12==12.3.1.170 ; platform_machine == 'x86_64' and sys_platform == 'linux '
589+ nvidia-cusparse-cu12==12.3.1.170 ; platform_machine == 'x86_64' and platform_system == 'Linux '
590590 # via
591591 # nvidia-cusolver-cu12
592592 # torch
593- nvidia-nccl-cu12==2.21.5 ; platform_machine == 'x86_64' and sys_platform == 'linux '
593+ nvidia-nccl-cu12==2.21.5 ; platform_machine == 'x86_64' and platform_system == 'Linux '
594594 # via torch
595- nvidia-nvjitlink-cu12==12.4.127 ; platform_machine == 'x86_64' and sys_platform == 'linux '
595+ nvidia-nvjitlink-cu12==12.4.127 ; platform_machine == 'x86_64' and platform_system == 'Linux '
596596 # via
597597 # nvidia-cufft-cu12
598598 # nvidia-cusolver-cu12
599599 # nvidia-cusparse-cu12
600600 # torch
601- nvidia-nvtx-cu12==12.4.127 ; platform_machine == 'x86_64' and sys_platform == 'linux '
601+ nvidia-nvtx-cu12==12.4.127 ; platform_machine == 'x86_64' and platform_system == 'Linux '
602602 # via torch
603603oauthlib==3.2.2
604604 # via
@@ -815,7 +815,7 @@ torch==2.5.1
815815 # torchvision
816816torchvision==0.20.1
817817 # via fragdenstaat-de (pyproject.toml)
818- triton==3.1.0 ; python_full_version < '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux '
818+ triton==3.1.0 ; python_full_version < '3.13' and platform_machine == 'x86_64' and platform_system == 'Linux '
819819 # via torch
820820typing-extensions==4.12.2
821821 # via
0 commit comments