-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
101 lines (101 loc) · 1.8 KB
/
requirements.txt
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile requirements.in
#
attrs==23.1.0
# via
# jsonschema
# referencing
certifi==2023.7.22
# via requests
charset-normalizer==3.3.2
# via requests
coloredlogs==15.0.1
# via onnxruntime
flatbuffers==23.5.26
# via onnxruntime
humanfriendly==10.0
# via coloredlogs
idna==3.4
# via requests
imageio==2.32.0
# via scikit-image
jsonschema==4.19.2
# via rembg
jsonschema-specifications==2023.11.1
# via jsonschema
lazy-loader==0.3
# via scikit-image
llvmlite==0.41.1
# via numba
mpmath==1.3.0
# via sympy
networkx==3.2.1
# via scikit-image
numba==0.58.1
# via pymatting
numpy==1.26.2
# via
# imageio
# numba
# onnxruntime
# opencv-python-headless
# pymatting
# rembg
# scikit-image
# scipy
# tifffile
onnxruntime==1.16.2
# via rembg
opencv-python-headless==4.8.1.78
# via rembg
packaging==23.2
# via
# onnxruntime
# pooch
# scikit-image
pillow==10.0.1
# via
# imageio
# pymatting
# rembg
# scikit-image
platformdirs==4.0.0
# via pooch
pooch==1.8.0
# via rembg
protobuf==4.25.0
# via onnxruntime
pymatting==1.1.11
# via rembg
referencing==0.31.0
# via
# jsonschema
# jsonschema-specifications
rembg==2.0.52
# via -r requirements.in
requests==2.31.0
# via pooch
rpds-py==0.12.0
# via
# jsonschema
# referencing
scikit-image==0.22.0
# via rembg
scipy==1.11.3
# via
# pymatting
# rembg
# scikit-image
sympy==1.12
# via onnxruntime
tifffile==2023.9.26
# via scikit-image
toml==0.10.2
# via -r requirements.in
tqdm==4.66.1
# via rembg
urllib3==2.1.0
# via requests