forked from pyinstaller/pyinstaller-hooks-contrib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements-test-libraries.txt
213 lines (201 loc) · 6.01 KB
/
requirements-test-libraries.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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
# Backport of importlib.resources for python 3.8 and earlier.
importlib_resources==6.4.0; python_version < '3.9'
# ------------------ LIBRARIES ------------------ #
# TODO: Add most of the libraries we have hooks for, and write tests
av==12.0.0
adbutils==2.7.0
APScheduler==3.10.4
backports.zoneinfo==0.2.1; python_version < '3.9'
bokeh==3.4.1; python_version >= '3.9'
boto==2.49.0
boto3==1.34.108
botocore==1.34.108
branca==0.7.2
cairocffi==1.7.0
CairoSVG==2.7.1
cassandra-driver==3.29.1
cf-units==3.2.0; sys_platform != 'win32'
cftime==1.6.3
charset_normalizer==3.3.2
cloudpickle==3.0.0
cloudscraper==1.2.71
# compliance-checker requires cf-units, so same constraints apply.
compliance-checker==5.1.0; sys_platform != 'win32'
cryptography==42.0.7
dash==2.17.0
dash-bootstrap-components==1.6.0
dash-uploader==0.6.0
# discid requires libdiscid to be provided by the system.
# We install it via apt-get and brew on ubuntu and macOS CI runners, respectively.
discid==1.2.0; sys_platform != 'win32'
eth_typing==4.2.3
eth_utils==4.1.1
fabric==3.2.2
falcon==3.1.3
fiona==1.9.6; sys_platform != 'win32'
folium==0.16.0
ffpyplayer==4.5.1
geopandas==0.14.4; sys_platform != 'win32' and python_version >= '3.9'
google-api-python-client==2.129.0
graphql-query==1.3.2
python-gitlab==4.5.0
h5py==3.11.0
humanize==4.9.0
iminuit==2.25.2
iso639-lang==2.2.3
kaleido==0.2.1 # pyup: != 0.2.1.post1 # Contains only an invalid armv7l wheel.
langdetect==1.0.9
mariadb==1.1.10; sys_platform != "darwin"
markdown==3.6
# MetPy is no longer runable with PyInstaller since matplotlib made pillow a dependency. See #395.
# MetPy==1.2.0
moviepy==1.0.3
mnemonic==0.21
msoffcrypto-tool==5.4.0
netCDF4==1.6.5
numba==0.59.1; python_version >= '3.9'
numcodecs==0.12.1
Office365-REST-Python-Client==2.5.9
openpyxl==3.1.2
pandas==2.2.2; python_version >= '3.9'
panel==1.4.2; python_version >= '3.9'
passlib==1.7.4
pendulum==3.0.0
phonenumbers==8.13.37
pingouin==0.5.4
pinyin==0.4.0
platformdirs==4.2.2
plotly==5.22.0
publicsuffix2==2.20191221
pycparser==2.22
pycryptodome==3.20.0
pycryptodomex==3.20.0
pyexcelerate==0.11.0
pylibmagic==0.5.0; sys_platform != 'win32'
pylint==3.2.2
pypemicro==0.1.11
pyphen==0.15.0
pyppeteer==2.0.0
pyqtgraph==0.13.7; python_version >= "3.9"
pyusb==1.2.1
pyviz-comms==3.0.2
pyvjoy==1.0.1; sys_platform == 'win32'
pynput==1.7.7
pymssql==2.3.0
pystray==0.19.5
pythonnet==3.0.3
pytz==2024.1
pyzmq==26.0.3
PyQt5==5.15.10
qtmodern==0.2.0
Rtree==1.2.0
sacremoses==0.1.1
# Remove after merging https://github.com/pyinstaller/pyinstaller/pull/6587
scipy==1.13.0; python_version > '3.8'
sentry-sdk==2.2.0
shotgun_api3==3.5.1
spacy==3.7.4
srsly==2.4.8
swagger-spec-validator==3.0.3
tableauhyperapi==0.0.18825
thinc==9.0.0; python_version >= '3.9'
timezonefinder==6.5.0; python_version > '3.8'
Twisted==24.3.0
tzdata==2024.1
Unidecode==1.3.8
weasyprint==62.1; python_version >= '3.9'
web3==6.19.0
websockets==12.0
zeep==4.2.1
pypsexec==0.3.0
# mimesis 12.x dropped support for python < 3.10
mimesis==16.0.0; python_version >= '3.10'
orjson==3.10.3
altair==5.3.0
shapely==2.0.4
lark==1.1.9
python-stdnum==1.20
# On linux, sounddevice and soundfile use system-provided libportaudio
# and libsndfile, respectively.
sounddevice==0.4.6; sys_platform != 'linux'
soundfile==0.12.1; sys_platform != 'linux'
limits==3.12.0
great-expectations==0.18.13
tensorflow==2.16.1; python_version >= '3.9'
pyshark==0.6.0
opencv-python==4.9.0.80
hydra-core==1.3.2
spiceypy==6.0.0
exchangelib==5.4.0
NBT==1.5.1
minecraft-launcher-lib==6.5
scikit-learn==1.4.2; python_version >= '3.9'
scikit-image==0.23.2; python_version >= '3.10'
customtkinter==5.2.2
fastparquet==2024.2.0
librosa==0.10.2.post1
sympy==1.12
xyzservices==2024.4.0
mistune==3.0.2
pydantic==2.7.1
jsonschema==4.22.0
psutil==5.9.8
litestar==2.8.3
lingua-language-detector==2.0.2; python_version >= '3.8'
opencc-python-reimplemented==0.1.7
jieba==0.42.1
simplemma==0.9.1
wordcloud==1.9.3
eng-to-ipa==0.0.2
python-mecab-ko==1.3.5
khmer-nltk==1.6
python-crfsuite==0.9.10
pymorphy3==2.0.1
pymorphy3-dicts-uk==2.4.1.1.1663094765
sudachipy==0.6.8
sudachidict-core==20240409
sudachidict-small==20240409
sudachidict-full==20240409
wxPython==4.2.1; sys_platform == 'darwin' or sys_platform == 'win32' # PyPI provides binary wheels for Windows and macOS
laonlp==1.1.3
pythainlp==5.0.3
gmsh==4.13.0
sspilib==0.1.0
rlp==4.0.1
eth-rlp==2.1.0
z3c.rml==4.4.0
freetype-py==2.4.0
vaderSentiment==3.3.2
langchain==0.2.0
seedir==0.4.2
cel-python==0.1.5
pygwalker==0.4.8.5
eth-hash==0.7.0
pypylon==3.0.1
python-pptx==0.6.23
opentelemetry-sdk==1.24.0
xarray==2024.5.0; python_version >= '3.9'
tables==3.9.2; python_version >= '3.9'
schwifty==2024.5.3
patool==2.2.0; python_version >= '3.10'
# ------------------- Platform (OS) specifics
# eccodes package requires the eccodes shared library provided by the environment (linux distribution, homebrew, or Anaconda).
eccodes==1.7.0; sys_platform == 'darwin' or sys_platform == 'linux'
# dbus-fast has pre-built wheels only for Linux; and D-Bus is available only there, anyway.
dbus-fast==2.21.2; sys_platform == 'linux'
# PyEnchant only pre-builds macOS and Windows
pyenchant==3.2.2; sys_platform == 'darwin' or sys_platform == 'win32'
# uvloop does not currently support Windows.
uvloop==0.19.0; sys_platform != 'win32'
# pydivert only runs on Windows
pydivert==2.1.0; sys_platform == 'win32'
# pywin32-ctypes runs on Windows
pywin32-ctypes==0.2.2; sys_platform == 'win32'
# pymediainfo on linux does not bundle mediainfo shared library, and requires system one.
pymediainfo==6.1.0; sys_platform == 'darwin' or sys_platform == 'win32'
# the required library can be installed with "brew install labstreaminglayer/tap/lsl" on macOS, or with "conda install liblsl" on any platform
pylsl==1.16.2; sys_platform == "darwin"
# PyTaskbarProgress only runs on Windows
PyTaskbarProgress==0.0.8; sys_platform == 'win32'
# Include the requirements for testing
-r requirements-test.txt