# Requirements only for compiling from source and testing things out locally
# Needed for local development
maturin[patchelf]>=1.7; sys_platform == "linux"
maturin>=1.7; sys_platform != "linux"
pre-commit

# For testing
ipykernel
jupyter
polars>=1
pandas>=1
pyarrow
pytest