-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathrequirements.txt.tempminima
More file actions
67 lines (65 loc) · 1.6 KB
/
requirements.txt.tempminima
File metadata and controls
67 lines (65 loc) · 1.6 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
# SPDX-License-Identifier: FSFAP
# Copyright (C) 2021-2026 Colin B. Macdonald
# Copyright (C) 2021 Nicholas J H Lai
# Copyright (C) 2022 Elizabeth Xiao
# Copyright (C) 2022 Brennen Chiu
# Copyright (C) 2023 Julian Lapenna
# Copyright (C) 2023 Edith Coates
# Copyright (C) 2024 Bryan Tanady
#
# 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.
#
# This is used by a CI run to test minimum versions of dependencies.
# It should list the min-pinned versions in pyproject.toml, and must be
# kept up-to-date with pyproject.toml
#
# TODO: hopefully just temporary, until we can lift these values from pyproject.toml
# Not really server deps
PyQt6==6.2.0
PyQt6-sip==13.1.0
arrow==1.1.1
canvasapi==3.0.0
cryptography==41.0.3
django==5.1.1
django-braces==1.15.0
django-filter==23.2
django-htmx==1.14.0
django-huey==1.1.1
django-reset-migrations==0.4.0
django-session-timeout==0.1.0
djangorestframework==3.14.0
django-tables2==2.7.0
exif==1.6.1
imutils==0.5.4
matplotlib==3.5.3
numpy==1.26.4
opencv-python-headless==4.7.0.72
Pillow==10.2.0
pandas==1.5.0
pymupdf==1.24.8
PyMySQL==1.0.2
pyOpenSSL==23.2.0
pytest==7.2.0
pytest-qt==4.2.0
psycopg[binary]==3.1.8
random-username==1.0.2
scikit-learn==1.4.2
scipy==1.11.4
seaborn==0.12.2
segno>=1.5.2
stdiomask==0.0.6
tabulate==0.9.0
tqdm==4.63.2
tomli==2.0.1
tomlkit==0.11.7
weasyprint==57.0
zipfly==6.0.1
zxing-cpp==1.4.0
# plom_ml
scikit-image==0.25.1
# torch==2.5.1 # TODO?
# torchvision==0.20.1
transformers==4.53.2