-
Notifications
You must be signed in to change notification settings - Fork 127
/
Copy pathrequirements-test-libraries.txt
278 lines (265 loc) · 10.2 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
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
# Backport of importlib.resources for python 3.8 and earlier.
importlib_resources==6.4.5; python_version < '3.9'
# ------------------ LIBRARIES ------------------ #
# TODO: Add most of the libraries we have hooks for, and write tests
av==14.0.1; python_version >= '3.9'
adbutils==2.8.0
APScheduler==3.11.0
backports.zoneinfo==0.2.1; python_version < '3.9'
bokeh==3.6.2; python_version >= '3.10'
boto==2.49.0
boto3==1.35.90
botocore==1.35.90
branca==0.8.1
cairocffi==1.7.1
CairoSVG==2.7.1
cassandra-driver==3.29.2
capstone==5.0.3
cf-units==3.3.0; sys_platform != 'win32' and python_version >= '3.10'
cftime==1.6.4.post1
charset_normalizer==3.4.1
cloudpickle==3.1.0
cloudscraper==1.2.71
cmocean==4.0.3
# compliance-checker requires cf-units, so same constraints apply.
compliance-checker==5.1.1; sys_platform != 'win32'
cryptography==44.0.0
dash==2.18.2
dash-bootstrap-components==1.6.0
dash-uploader==0.6.1
# 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==5.0.1
eth_utils==5.1.0
fabric==3.2.2
falcon==4.0.2
fiona==1.10.1; sys_platform != 'win32'
folium==0.19.3; python_version >= '3.9'
ffpyplayer==4.5.2
geopandas==1.0.1; sys_platform != 'win32' and python_version >= '3.9'
google-api-python-client==2.156.0
grapheme==0.6.0
graphql-query==1.4.0
python-gitlab==5.3.0; python_version >= '3.9'
h5py==3.12.1; python_version >= '3.9'
humanize==4.11.0; python_version >= '3.9'
iminuit==2.30.1; python_version >= '3.9'
iso639-lang==2.5.1
kaleido==0.4.2; python_version >= '3.9'
langdetect==1.0.9
mariadb==1.1.11; sys_platform != "darwin" and python_version >= '3.9'
markdown==3.7
# MetPy is no longer runable with PyInstaller since matplotlib made pillow a dependency. See #395.
# MetPy==1.2.0
# moviepy depends on imageio-ffmpeg, which does not provide binary wheels for arm64 macOS
moviepy==2.1.1; python_version >= '3.9' and (sys_platform != 'darwin' or platform_machine != 'arm64')
mnemonic==0.21
msoffcrypto-tool==5.4.2
nest-asyncio==1.6.0
netCDF4==1.7.2; python_version >= '3.9'
numba==0.60.0; python_version >= '3.9'
numcodecs==0.14.1; python_version >= '3.11'
Office365-REST-Python-Client==2.5.14
openpyxl==3.1.5
pandas==2.2.3; python_version >= '3.9'
panel==1.5.5; python_version >= '3.10'
passlib==1.7.4
pendulum==3.0.0
phonenumbers==8.13.52
pingouin==0.5.5
pinyin==0.4.0
platformdirs==4.3.6
plotly==5.24.1
publicsuffix2==2.20191221
pycparser==2.22
pycryptodome==3.21.0
pycryptodomex==3.21.0
pydicom==3.0.1; python_version >= '3.10'
pyexcelerate==0.12.0
pyexcel_ods==0.6.0
pylibmagic==0.5.0; sys_platform != 'win32'
pylint==3.3.3; python_version >= '3.9'
pypemicro==0.1.11
pyphen==0.17.0; python_version >= '3.9'
pyppeteer==2.0.0
pyqtgraph==0.13.7; python_version >= "3.9"
pyusb==1.2.1
pyviz-comms==3.0.3
pyvjoy==1.0.1; sys_platform == 'win32'
pynput==1.7.7
# pymssql provides only x86_64 macOS wheels for python 3.9 and 3.10. But at the time of writing (v2.3.2), the universal2 wheels are broken on arm64 macOS as well.
pymssql==2.3.2; python_version >= "3.9" and (sys_platform != 'darwin' or platform_machine != 'arm64')
pystray==0.19.5
pythonnet==3.0.5
pytz==2024.2
# pyvista depends on vtk, which does not provide wheels for python 3.13 yet. For arm64 macOS, wheels are available only for python >= 3.9.
pyvista==0.44.2; python_version < '3.13' and (python_version >= '3.9' or sys_platform != 'darwin' or platform_machine != 'arm64')
pyzmq==26.2.0
PyQt5==5.15.11
qtmodern==0.2.0
Rtree==1.3.0
sacremoses==0.1.1
# Remove after merging https://github.com/pyinstaller/pyinstaller/pull/6587
scipy==1.14.1; python_version >= '3.10'
sentry-sdk==2.19.2
shotgun_api3==3.5.1
slixmpp==1.8.6
spacy==3.8.3; python_version >= '3.10' and python_version < '3.13'
srsly==2.5.0; python_version >= "3.9"
sv-ttk==2.6.0
swagger-spec-validator==3.0.4
tableauhyperapi==0.0.20746
thinc==9.1.1; python_version >= '3.9'
timezonefinder==6.5.7; python_version > '3.8'
trame==3.7.5; python_version >= '3.9'
trame-client==3.5.1; python_version >= '3.9'
trame-code==1.0.1
trame-components==2.4.2
trame-datagrid==0.2.1
trame-deckgl==2.0.3
trame-formkit==0.1.2
trame-grid-layout==1.0.3
trame-iframe==1.1.1
trame-keycloak==0.1.1
trame-leaflet==1.1.1
trame-markdown==3.0.2
trame-matplotlib==2.0.3
# Our trame-mesh-streamer test also depends on vtk, which is not available for python 3.13 yet. For arm64 macOS, wheels are available only for python >= 3.9.
trame-mesh-streamer==0.1.0; python_version < '3.13' and (python_version >= '3.9' or sys_platform != 'darwin' or platform_machine != 'arm64')
trame-plotly==3.0.2
trame-pvui==0.1.1
trame-quasar==0.2.1
trame-rca==0.6.0
trame-router==2.3.0
trame-server==3.2.4; python_version >= '3.9'
trame-simput==2.5.0
trame-tauri==0.6.2
trame-tweakpane==0.1.3
trame-vega==2.1.1
# Our trame-vtk test also depends on vtk, which is not available for python 3.13 yet. For arm64 macOS, wheels are available only for python >= 3.9.
trame-vtk==2.8.12; python_version < '3.13' and (python_version >= '3.9' or sys_platform != 'darwin' or platform_machine != 'arm64')
trame-vtk3d==0.1.0
trame-vtklocal==0.6.5
trame-vuetify==2.7.2
trame-xterm==0.2.1
Twisted==24.11.0
tzdata==2024.2
Unidecode==1.3.8
# vtk provides arm64 macOS binary wheels only for python >= 3.9.
vtk==9.4.1; python_version >= '3.9' or sys_platform != 'darwin' or platform_machine != 'arm64'
# On macOS, weasyprint requires pango and glib installed via Homebrew; on arm64, the Homebrew is
# installed in /opt/homebrew/lib and does not seem to be visible to non-Homebrew python.
weasyprint==63.1; python_version >= '3.9' and (sys_platform != 'darwin' or platform_machine != 'arm64')
web3==7.6.1
websockets==14.1; python_version >= '3.9'
zeep==4.3.1
pypsexec==0.3.0
# mimesis 12.x dropped support for python < 3.10
mimesis==18.0.0; python_version >= '3.10'
orjson==3.10.13
altair==5.5.0; python_version >= '3.9'
shapely==2.0.6
lark==1.2.2
python-stdnum==1.20
# On linux, sounddevice and soundfile use system-provided libportaudio
# and libsndfile, respectively.
sounddevice==0.5.1; sys_platform != 'linux'
soundfile==0.12.1; sys_platform != 'linux'
limits==3.14.1; python_version >= '3.9'
great-expectations==1.3.0; python_version >= '3.9' and python_version < '3.13'
# Starting with tensorflow 2.17.0, macOS wheels are provided only for arm64 (x86_64 is deprecated).
tensorflow==2.18.0; python_version >= '3.9' and python_version < '3.13' and (sys_platform != 'darwin' or platform_machine == 'arm64')
pyshark==0.6.0
opencv-python==4.10.0.84
hydra-core==1.3.2
spiceypy==6.0.0
exchangelib==5.5.0; python_version >= '3.9'
NBT==1.5.1
minecraft-launcher-lib==7.1; python_version >= '3.10'
scikit-learn==1.6.0; python_version >= '3.9'
scikit-image==0.25.0; python_version >= '3.10'
customtkinter==5.2.2
fastparquet==2024.11.0; python_version >= '3.9'
librosa==0.10.2.post1
sympy==1.13.3
xyzservices==2024.9.0
mistune==3.1.0
pydantic==2.10.4
jsonschema==4.23.0
psutil==6.1.1
litestar==2.13.0; python_version < '3.13'
lingua-language-detector==2.0.2; python_version >= '3.8'
opencc-python-reimplemented==0.1.7
jieba==0.42.1
simplemma==1.1.1
wordcloud==1.9.4
eng-to-ipa==0.0.2
python-mecab-ko==1.3.7
khmer-nltk==1.6
python-crfsuite==0.9.11
pymorphy3==2.0.2
pymorphy3-dicts-uk==2.4.1.1.1663094765
sudachipy==0.6.9; python_version >= '3.9'
sudachidict-core==20241021; python_version >= '3.9'
sudachidict-small==20241021; python_version >= '3.9'
sudachidict-full==20241021; python_version >= '3.9'
wxPython==4.2.2; sys_platform == 'darwin' or sys_platform == 'win32' # PyPI provides binary wheels for Windows and macOS
laonlp==1.2.0
pythainlp==5.0.5; python_version >= '3.9'
gmsh==4.13.1
sspilib==0.2.0
rlp==4.0.1
eth-rlp==2.1.0
z3c.rml==4.4.0
freetype-py==2.5.1
vaderSentiment==3.3.2
# langchain depends on numpy<2.0.0, which does not have binary wheels for python 3.13.
langchain==0.3.13; python_version >= '3.9' and python_version < '3.13'
seedir==0.5.0
cel-python==0.1.5
# pygwalker depends on quickjs, which at the time of writing (v1.19.4) cannot be built under python 3.13.
# pygwalker also depends on numpy<2.0.0, which does not have binary wheels for python 3.13.
pygwalker==0.4.9.13; python_version < '3.13'
eth-hash==0.7.0
pypylon==4.1.0; python_version >= '3.9'
python-pptx==1.0.2
comtypes==1.4.8; sys_platform == 'win32'
opentelemetry-sdk==1.29.0
xarray==2024.11.0; python_version >= '3.10'
tables==3.10.1; python_version >= '3.10'
schwifty==2024.11.0; python_version >= '3.9'
patool==3.1.0; python_version >= '3.10'
yapf==0.43.0
xmlschema==3.4.3
pysaml2==7.5.0; python_version >= '3.9'
pysaml2==7.3.0; python_version < '3.9' # pyup: ignore
toga==0.4.8; python_version >= '3.9'
numbers-parser==4.14.2; python_version >= '3.9'
h3==4.1.2
selectolax==0.3.27
ruamel.yaml.string==0.1.1
# ------------------- Platform (OS) specifics
# eccodes package requires the eccodes shared library provided by the environment (linux distribution, homebrew, or Anaconda).
# Starting with v2.37.0, binary wheels with bundled shared library are provided for linux and macOS 13+.
eccodes==2.39.1; (sys_platform == 'darwin' or sys_platform == 'linux') and python_version < '3.13'
# dbus-fast has pre-built wheels only for Linux; and D-Bus is available only there, anyway.
dbus-fast==2.24.4; 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.21.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.3; 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.17.6; sys_platform == "darwin" and python_version >= '3.9'
# PyTaskbarProgress only runs on Windows
PyTaskbarProgress==0.0.8; sys_platform == 'win32'
# pygraphviz requires graphviz to be provided by the environment (linux distribution, homebrew, or Anaconda).
pygraphviz==1.14; (sys_platform == 'darwin' or sys_platform == 'linux') and python_version >= '3.10'
# Include the requirements for testing
-r requirements-test.txt