# ------------------ LIBRARIES ------------------ #
# TODO: Add most of the libraries we have hooks for, and write tests
av==18.0.0; python_version >= "3.11"
# adbutils does not provide arm64 macOS wheels.
adbutils==2.12.0; sys_platform != "darwin" or platform_machine != "arm64"
APScheduler==3.11.3
backports.zoneinfo==0.2.1; python_version < "3.9"
black==26.5.1; python_version >= "3.10"
bokeh==3.9.2; python_version >= "3.10"
boto==2.49.0
boto3==1.43.62; python_version >= "3.10"
botocore==1.43.62; python_version >= "3.10"
branca==0.8.2
cairocffi==1.7.1
# On macOS, CairoSVG requires cairo installed via Homebrew; on arm64, the Homebrew is
# installed in /opt/homebrew/lib and does not seem to be visible to non-Homebrew python.
CairoSVG==2.9.0; (sys_platform != "darwin" or platform_machine != "arm64") and python_version >= "3.10"
cassandra-driver==3.30.1; python_version >= "3.10"
capstone==5.0.9
cf-units==3.3.1; sys_platform != "win32" and python_version >= "3.11"
cftime==1.6.5; python_version >= "3.10"
chardet==7.4.3; python_version >= "3.10"
charset_normalizer==3.4.9
cloudpickle==3.1.2
cloudscraper==1.2.71
cmocean==4.0.3
# compliance-checker requires cf-units, so same constraints apply.
compliance-checker==6.1.0; sys_platform != "win32" and python_version >= "3.10"
# cryptography >= 49.0.0 does not provide x86_64 macOS wheels anymore
cryptography==50.0.0; python_version >= "3.9" and (sys_platform != "darwin" or platform_machine == "arm64")
dash==4.4.1; python_version >= "3.9"
dash-bootstrap-components==2.0.4; python_version >= "3.9"
dash-uploader==0.6.1
dask[distributed,array,diagnostics]==2026.7.1; python_version >= "3.10"
python-dateutil==2.9.0.post0
dateparser==1.4.1; python_version >= "3.10"
ddgs==9.14.4; python_version >= "3.10"
# discid requires libdiscid to be provided by the system.
# We install it via apt-get and brew on ubuntu and macOS CI runners, respectively; on arm64, the Homebrew is
# installed in /opt/homebrew/lib and does not seem to be visible to non-Homebrew python.
discid==1.4.2; sys_platform != "win32" and (sys_platform != "darwin" or platform_machine != "arm64") and python_version >= "3.10"
duckdb==1.5.5; python_version >= "3.10"
# eccodes does not provide win64 wheels for python 3.14 yet; on other platforms, python >= 3.10 is required due to use of findlibs.
eccodes==2.47.0; (sys_platform == "win32" and python_version >= "3.9" and python_version < "3.14") or (sys_platform != "win32" and python_version >= "3.10")
eth_typing==6.0.0; python_version >= "3.10"
eth_utils==6.0.0; python_version >= "3.10"
fabric==3.2.3
fake_useragent==2.2.0; python_version >= "3.9"
falcon==4.3.1; python_version >= "3.9"
fiona==1.10.1; sys_platform != "win32"
folium==0.20.0; python_version >= "3.9"
frictionless==5.19.0
ffpyplayer==4.5.3; python_version >= "3.9"
geopandas==1.1.4; sys_platform != "win32" and python_version >= "3.10"
google-api-python-client==2.198.0
grapheme==0.6.0
graphql-query==1.4.0
python-gitlab==8.5.0; python_version >= "3.10"
h5py==3.16.0; python_version >= "3.10"
humanize==4.16.0; python_version >= "3.10"
iminuit==2.32.0; python_version >= "3.9"
iso639-lang==2.6.3; python_version >= "3.9"
kaleido==1.3.0; python_version >= "3.9"
langdetect==1.0.9
mariadb==1.1.14; sys_platform != "darwin" and python_version >= "3.9"
markdown==3.10.3; python_version >= "3.10"
# 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.2.1; python_version >= "3.9" and (sys_platform != "darwin" or platform_machine != "arm64")
mnemonic==0.21
msoffcrypto-tool==6.0.0; python_version >= "3.10"
narwhals==2.24.0; python_version >= "3.10"
nest-asyncio==1.6.0
netCDF4==1.7.4; python_version >= "3.10"
nicegui==3.15.0; python_version >= "3.10"
# numba depends on up-to-date llvmlite, which stopped providing x86_64 wheels for macOS.
numba==0.66.0; python_version >= "3.10" and (sys_platform != "darwin" or platform_machine == "arm64")
numcodecs==0.16.5; python_version >= "3.11"
Office365-REST-Python-Client==3.0.0
openpyxl==3.1.5
pandas==3.0.5; python_version >= "3.11"  # pyup: != 3.0.4  # yanked
panel==1.9.3; python_version >= "3.10"
pandera==0.32.1; python_version >= "3.10"
passlib==1.7.4
pendulum==3.2.0; python_version >= "3.9"
phonenumbers==9.0.36
pingouin==0.6.1; python_version >= "3.10"
pinyin==0.4.0
platformdirs==4.11.0; python_version >= "3.10"
plotly==6.9.0
plum-dispatch==2.9.0; python_version >= "3.10"
procrastinate==3.9.0; python_version >= "3.10"
publicsuffix2==2.20191221
pycparser==3.0; python_version >= "3.10"
pycryptodome==3.23.0
pycryptodomex==3.23.0
pydicom==3.0.2; python_version >= "3.10"
pyecharts==2.1.0
pyexcelerate==0.13.0
pyexcel_ods==0.6.0
pygraphviz==2.0.1; python_version >= "3.10"
pylibmagic==0.5.0; sys_platform != "win32"
pylint==4.0.6; python_version >= "3.10"
pymeshlab==2025.7.post1; python_version >= "3.10"
pypdfium2==5.12.1
pypemicro==0.1.11
pyphen==0.17.2; python_version >= "3.9"
pyppeteer==2.0.0
pyqtgraph==0.14.0; python_version >= "3.10"
pyusb==1.3.1; python_version >= "3.9"
pyviz-comms==3.0.6
pyvjoy==1.0.1; sys_platform == "win32"
pynng==0.9.0
pynput==1.8.2
# 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.13; python_version >= "3.9" and (sys_platform != "darwin" or platform_machine != "arm64")
pystray==0.19.5
pythonnet==3.1.0; python_version >= "3.10"
pytokens==0.4.1
pytz==2026.3.post1
pyvista==0.48.4; python_version >= "3.10"
pyzmq==27.1.0
PyQt5==5.15.11
qtmodern==0.2.0
rich==15.0.0; python_version >= "3.9"
Rtree==1.4.1; python_version >= "3.9"
sacremoses==0.1.1
# Remove after merging https://github.com/pyinstaller/pyinstaller/pull/6587
scipy==1.18.0; python_version >= "3.12"
sentry-sdk==2.66.1
# shotgun-api3 is currently incompatible with python >= 3.13...
shotgun_api3==3.10.2; python_version >= "3.9" and python_version < "3.13"
slixmpp==1.17.0; python_version >= "3.11"
# spacy depends on thinc, which in turn depends on blis; contemporary versions of blis do not provide wheels for python 3.9 anymore, and fail to build from sdist.
spacy==3.8.14; python_version >= "3.10" and python_version < "3.14"
srsly==2.5.3; python_version >= "3.9"  # pyup: != 3.0.0  # yanked
sv-ttk==2.6.1; python_version >= "3.9"
swagger-spec-validator==3.0.4
tableauhyperapi==0.0.25080
# thinc depends on blis; contemporary versions of blis do not provide wheels for python 3.9 anymore, and fail to build from sdist.
# The latest version of thinc itself (9.1.1) provides wheels only for python <= 3.12
thinc==9.1.1; python_version >= "3.10" and python_version < "3.13"
timezonefinder==8.2.5; python_version > "3.11"
# tkinterdnd2 at the time of writing (0.6.2) does not provide x86_64 macOS library with support for Tcl 9, which is used by python.org and GHA python 3.14 for macOS.
tkinterdnd2==0.6.2; python_version < "3.14" or sys_platform != "darwin" or platform_machine == "arm64"
trame==3.13.2; python_version >= "3.10"
trame-client==3.13.2; python_version >= "3.9"
trame-code==1.1.1; python_version >= "3.9"
trame-components==2.5.0; python_version >= "3.9"
trame-datagrid==0.2.2; python_version >= "3.9"
trame-deckgl==2.0.4; python_version >= "3.9"
trame-formkit==0.1.2; python_version >= "3.9"
trame-grid-layout==1.0.3; python_version >= "3.9"
trame-iframe==1.1.1; python_version >= "3.9"
trame-keycloak==0.1.1; python_version >= "3.9"
trame-leaflet==1.2.4; python_version >= "3.9"
trame-markdown==3.1.0; python_version >= "3.9"
trame-matplotlib==2.0.3; python_version >= "3.9"
trame-mesh-streamer==0.1.0; python_version >= "3.9"
trame-plotly==3.1.2; python_version >= "3.9"
trame-pvui==0.1.1; python_version >= "3.9"
trame-quasar==0.2.1; python_version >= "3.9"
trame-rca==2.8.0; python_version >= "3.9"
trame-router==2.3.0; python_version >= "3.9"
trame-server==3.13.0; python_version >= "3.10"
trame-simput==2.6.6; python_version >= "3.9"
trame-tauri==1.0.2; python_version >= "3.9"
trame-tweakpane==0.1.3; python_version >= "3.9"
trame-vega==2.1.1; python_version >= "3.9"
trame-vtk==2.11.15; python_version >= "3.10"
trame-vtk3d==0.1.0; python_version >= "3.9"
trame-vtklocal==1.1.0; python_version >= "3.10"
trame-vuetify==3.2.5; python_version >= "3.9"
trame-xterm==1.1.0; python_version >= "3.9"
Twisted==26.4.0; python_version >= "3.9"
tzdata==2026.3
Unidecode==1.4.0
urllib3-future==2.24.900
uuid6==2025.0.1; python_version >= "3.9"
vtk==9.6.2; python_version >= "3.9"
# 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==69.0; python_version >= "3.10" and (sys_platform != "darwin" or platform_machine != "arm64")
web3==7.16.0
websockets==17.0.1; python_version >= "3.11"
zeep==4.3.3; python_version >= "3.10"
pypsexec==0.3.0
# mimesis 12.x dropped support for python < 3.10
mimesis==21.0.0; python_version >= "3.10"
orjson==3.11.9; python_version >= "3.10"
altair==6.2.2; python_version >= "3.10"
shapely==2.1.2; python_version >= "3.10"
lark==1.3.1
python-stdnum==2.2
# On linux, sounddevice and soundfile use system-provided libportaudio
# and libsndfile, respectively.
sounddevice==0.5.5; sys_platform != "linux"
soundfile==0.14.0; python_version >= "3.10" and sys_platform != "linux"
limits==5.8.0; python_version >= "3.10"
great-expectations==1.19.1; python_version >= "3.10" and python_version < "3.14"
# Starting with tensorflow 2.17.0, macOS wheels are provided only for arm64 (x86_64 is deprecated).
tensorflow==2.21.0; python_version >= "3.10" and python_version < "3.14" and (sys_platform != "darwin" or platform_machine == "arm64")
# TensorRT wheels are platform-specific and typically require NVIDIA drivers/CUDA at runtime.
tensorrt==11.2.1.2; (sys_platform == "linux" or sys_platform == "windows") and (python_version >= "3.10" and python_version < "3.14")
# pyshark depends on lxml which doesn't support Python 3.8 on macOS arm64
pyshark==0.6; python_version >= "3.9" or (sys_platform != "darwin" or platform_machine != "arm64")
opencv-python==5.0.0.93
# hydra-core 1.3.3 does not work with python 3.14...
hydra-core==1.3.4; python_version < "3.14"
spiceypy==8.2.0; python_version >= "3.10"
exchangelib==5.6.0; python_version >= "3.10"
NBT==1.5.1
minecraft-launcher-lib==8.0; python_version >= "3.10"
scikit-learn==1.9.0; python_version >= "3.11"
scikit-image==0.26.0; python_version >= "3.11"
customtkinter==6.0.0
fastparquet==2026.5.0; python_version >= "3.10"
librosa==0.11.0
sympy==1.14.0; python_version >= "3.9"
xyzservices==2026.3.0
mistune==3.3.4; python_version >= "3.9"
pydantic==2.13.4; python_version >= "3.9"
jsonschema==4.26.0; python_version >= "3.10"
psutil==7.2.2
# TODO: remove the python_version < "3.14" constraint next time litestar is updated!
litestar==2.24.0; python_version < "3.14"
lingua-language-detector==2.2.0; python_version >= "3.12"
opencc-python-reimplemented==0.1.7
jieba==0.42.1
simplemma==1.2.0; python_version >= "3.10"
wordcloud==1.9.6; python_version >= "3.9"
eng-to-ipa==0.0.2
python-mecab-ko==1.3.7
khmer-nltk==1.6
python-crfsuite==0.9.12; python_version >= "3.10"
pymorphy3==2.0.6
pymorphy3-dicts-uk==2.4.1.1.1663094765
sudachipy==0.6.11; python_version >= "3.9"
sudachidict-core==20260723; python_version >= "3.9"
sudachidict-small==20260723; python_version >= "3.9"
sudachidict-full==20260723; python_version >= "3.9"
wxPython==4.3.1; (sys_platform == "darwin" or sys_platform == "win32") and python_version >= "3.10"  # PyPI provides binary wheels for Windows and macOS
laonlp==1.3.0; python_version >= "3.9"
pythainlp==5.3.5; python_version >= "3.9"
gmsh==4.15.2
sspilib==0.5.0; python_version >= "3.9"
rlp==4.1.0
eth-rlp==2.2.0
z3c.rml==5.2; python_version >= "3.10"
freetype-py==2.5.1
vaderSentiment==3.3.2
langchain==1.3.14; python_version >= "3.10"
langchain-classic==1.0.8; python_version >= "3.10"
seedir==0.5.1
cel-python==0.5.0; python_version >= "3.10"
pygwalker==0.5.0.1
eth-hash==0.8.0; python_version >= "3.10"
apkutils==2.0.5; python_version >= "3.10"
pypylon==26.7; python_version >= "3.9"
python-pptx==1.0.2
comtypes==1.4.16; sys_platform == "win32" and python_version >= "3.9"
opentelemetry-sdk==1.44.0; python_version >= "3.10"
xarray==2026.7.0; python_version >= "3.11"
tables==3.11.1; python_version >= "3.11"
schwifty==2026.7.3; python_version >= "3.10"
patool==4.0.5; python_version >= "3.11"
yapf==0.43.0
xmlschema==4.3.2; python_version >= "3.10"
pysaml2==7.5.4; python_version >= "3.9"
toga==0.5.6; python_version >= "3.10"
numbers-parser==4.19.0; python_version >= "3.10"
fsspec==2026.7.0; python_version >= "3.10"
zarr==3.3.0; python_version >= "3.12"
intake==2.0.9; python_version >= "3.10"
h3==4.5.0; python_version >= "3.10"
selectolax==0.4.11; python_version >= "3.9"
ruamel.yaml.string==0.1.1
niquests==3.21.0
emoji==2.15.0
tkinterweb[recommended]==4.25.3; python_version >= "3.9" or sys_platform != "win32"
tkinterweb-tkhtml==2.1.1; python_version >= "3.9" or sys_platform != "win32"
tkinterweb-tkhtml-extras==1.3.1; python_version >= "3.9" or sys_platform != "win32"
pandas_flavor==0.8.1; python_version >= "3.10"
# globus-sdk depends on cryptography, which does not provide x86_64 macOS wheels anymore.
globus-sdk==4.8.1; python_version >= "3.9" and (sys_platform != "darwin" or platform_machine == "arm64")
adbc-driver-manager==1.12.0; python_version >= "3.10"

# ------------------- Platform (OS) specifics

# dbus-fast has pre-built wheels only for Linux; and D-Bus is available only there, anyway.
dbus-fast==5.0.22; sys_platform == "linux" and python_version >= "3.10"

# PyEnchant only pre-builds macOS and Windows
pyenchant==3.3.0; (sys_platform == "darwin" or sys_platform == "win32") and python_version >= "3.9"

# uvloop does not currently support Windows.
uvloop==0.22.1; sys_platform != "win32"

# pydivert only runs on Windows
pydivert==3.1.3; sys_platform == "win32" and python_version >= "3.10"

# 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==7.0.1; (sys_platform == "darwin" or sys_platform == "win32") and python_version >= "3.9"

# The required library can be installed with "brew install labstreaminglayer/tap/lsl" on macOS, or with "conda install liblsl" on any platform.
# On Windows, the library is bundled with PyPI wheels.
pylsl==1.18.2; (sys_platform == "darwin" or sys_platform == "win32") and python_version >= "3.9"

# PyTaskbar only runs on Windows
PyTaskbar==0.1.1; sys_platform == "win32" and python_version >= "3.10"

# Include the requirements for testing
-r requirements-test.txt
