-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathrequirements.txt
More file actions
80 lines (75 loc) · 1.87 KB
/
requirements.txt
File metadata and controls
80 lines (75 loc) · 1.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# SPDX-License-Identifier: FSFAP
# Copyright (C) 2020 Michael Zhang
# Copyright (C) 2020-2026 Colin B. Macdonald
# Copyright (C) 2020 Vala Vakilian
# Copyright (C) 2022 Elizabeth Xiao
# Copyright (C) 2022-2023 Andrew Rechnitzer
# Copyright (C) 2022 Brennen Chiu
# Copyright (C) 2022-2024 Edith Coates
# Copyright (C) 2023 Julian Lapenna
# Copyright (C) 2023 Natalie Balashov
# Copyright (C) 2024 Bryan Tanady
# Copyright (C) 2025 Deep Shah
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
# notice and this notice are preserved. This file is offered as-is,
# without any warranty.
# Not server deps
PyQt6==6.7.1
PyQt6-Qt6==6.7.3
PyQt6-sip==13.8.0
pytest-qt==4.5.0
arrow==1.4.0
canvasapi==3.4.0
cryptography==46.0.7
django==5.2.13
django-braces==1.17.0
django-filter==25.2
django-htmx==1.27.0
django-huey==1.3.1
django-humanize==0.1.2
django-mathfilters==1.0.0
django-reset-migrations==0.4.0
django-session-timeout==0.1.0
django-tables2==3.0.0
djangorestframework==3.17.1
exif==1.6.1
file-magic==0.4.1
gunicorn==25.3.0
huggingface-hub==1.10.1
imutils==0.5.4
matplotlib==3.10.8
model-bakery==1.23.4
numpy==2.4.4
onnxruntime==1.24.4
opencv-python-headless==4.13.0.92
packaging==26.0
pandas==2.3.3
passlib==1.7.4
Pillow==12.2.0
psycopg[binary]==3.3.3
pydyf==0.12.1
pymupdf==1.27.2.2
PyMySQL==1.1.2
random-username==1.0.2
requests==2.33.1
requests-toolbelt==1.0.0
scikit-image==0.26.0
scikit-learn==1.8.0
scipy==1.17.1
seaborn==0.13.2
segno==1.6.6
stdiomask==0.0.6
tabulate==0.10.0
tomlkit==0.14.0
tqdm==4.67.3
urllib3==2.6.3
weasyprint==68.1
whitenoise==6.12.0
zipfly==6.0.5
zxing-cpp==2.3.0
#---------- for dev / debug work - comment out unless using it.
# nplusone==1.0.0 # for hunting down potential n+1 query problems
# django-silk==5.4.3 # for hunting down inefficient db queries
# plom_ml
transformers==5.5.4