Commit b9509e6 1 parent d05273e commit b9509e6 Copy full SHA for b9509e6
File tree 4 files changed +15
-28
lines changed
4 files changed +15
-28
lines changed Original file line number Diff line number Diff line change @@ -140,6 +140,15 @@ production = [
140
140
" pillow-avif-plugin" ,
141
141
]
142
142
143
+ [tool .uv .sources ]
144
+ torch = { index = " pytorch-cpu" }
145
+ torchvision = { index = " pytorch-cpu" }
146
+
147
+ [[tool .uv .index ]]
148
+ name = " pytorch-cpu"
149
+ url = " https://download.pytorch.org/whl/cpu"
150
+ explicit = true
151
+
143
152
[build-system ]
144
153
requires = [" setuptools" ]
145
154
build-backend = " setuptools.build_meta"
Original file line number Diff line number Diff line change @@ -18,9 +18,7 @@ asgiref==3.8.1
18
18
# django
19
19
# django-countries
20
20
async-timeout == 4.0.3
21
- # via
22
- # fragdenstaat-de (pyproject.toml)
23
- # aiohttp
21
+ # via fragdenstaat-de (pyproject.toml)
24
22
attrs == 24.2.0
25
23
# via
26
24
# aiohttp
@@ -422,8 +420,6 @@ enmerkar==0.7.1
422
420
# via django-prices
423
421
et-xmlfile == 1.1.0
424
422
# via openpyxl
425
- exceptiongroup == 1.2.2
426
- # via pytest
427
423
factory-boy == 3.3.1
428
424
# via
429
425
# fragdenstaat-de (pyproject.toml)
@@ -860,6 +856,7 @@ setuptools==74.1.2
860
856
# django-cms
861
857
# geoip2
862
858
# ipython
859
+ # torch
863
860
six == 1.16.0
864
861
# via
865
862
# bleach
@@ -912,12 +909,6 @@ tinycss2==1.3.0
912
909
# cssselect2
913
910
# svglib
914
911
# weasyprint
915
- tomli == 2.1.0
916
- # via
917
- # djlint
918
- # ipdb
919
- # pytest
920
- # sphinx
921
912
torch == 2.5.1
922
913
# via
923
914
# fragdenstaat-de (pyproject.toml)
@@ -932,15 +923,12 @@ traitlets==5.14.3
932
923
# matplotlib-inline
933
924
typing-extensions == 4.12.2
934
925
# via
935
- # asgiref
936
926
# dj-database-url
937
927
# django-countries
938
928
# elasticsearch-dsl
939
929
# jwcrypto
940
- # multidict
941
930
# psycopg
942
931
# pyee
943
- # pypdf
944
932
# pytest-factoryboy
945
933
# python-docx
946
934
# torch
Original file line number Diff line number Diff line change @@ -15,10 +15,7 @@ asgiref==3.8.1
15
15
# django
16
16
# django-countries
17
17
async-timeout==4.0.3
18
- # via
19
- # fragdenstaat-de (pyproject.toml)
20
- # aiohttp
21
- # redis
18
+ # via fragdenstaat-de (pyproject.toml)
22
19
attrs==24.2.0
23
20
# via
24
21
# aiohttp
@@ -732,6 +729,7 @@ setuptools==74.1.2
732
729
# via
733
730
# django-cms
734
731
# geoip2
732
+ # torch
735
733
six==1.16.0
736
734
# via
737
735
# bleach
@@ -768,17 +766,13 @@ torchvision==0.20.1
768
766
# via fragdenstaat-de (pyproject.toml)
769
767
typing-extensions==4.12.2
770
768
# via
771
- # asgiref
772
769
# dj-database-url
773
770
# django-countries
774
771
# elasticsearch-dsl
775
772
# jwcrypto
776
- # multidict
777
773
# psycopg
778
- # pypdf
779
774
# python-docx
780
775
# torch
781
- # uvicorn
782
776
tzdata==2024.1
783
777
# via
784
778
# celery
Original file line number Diff line number Diff line change @@ -14,9 +14,7 @@ asgiref==3.8.1
14
14
# django
15
15
# django-countries
16
16
async-timeout == 4.0.3
17
- # via
18
- # fragdenstaat-de (pyproject.toml)
19
- # aiohttp
17
+ # via fragdenstaat-de (pyproject.toml)
20
18
attrs == 23.2.0
21
19
# via
22
20
# aiohttp
@@ -713,6 +711,7 @@ setuptools==74.1.2
713
711
# via
714
712
# django-cms
715
713
# geoip2
714
+ # torch
716
715
six == 1.16.0
717
716
# via
718
717
# bleach
@@ -749,14 +748,11 @@ torchvision==0.20.1
749
748
# via fragdenstaat-de (pyproject.toml)
750
749
typing-extensions == 4.12.2
751
750
# via
752
- # asgiref
753
751
# dj-database-url
754
752
# django-countries
755
753
# elasticsearch-dsl
756
754
# jwcrypto
757
- # multidict
758
755
# psycopg
759
- # pypdf
760
756
# python-docx
761
757
# torch
762
758
tzdata == 2024.1
You can’t perform that action at this time.
0 commit comments