# Runtime dependencies of the berry suite.
#
# This file is the single source of truth: setup.py reads it via
# get_requirements(), so install_requires and this list can never drift apart.
# Lower bounds only -- berry is a library and must coexist with whatever else
# is in the user's environment. Do not pin with '==' here.
#
# For the developer extras (twine, ...) use:  pip install -e .[dev]

numpy>=1.22
scipy>=1.9.3
matplotlib>=3.6
numba>=0.56.4
networkx>=2.8
findiff>=0.9.2
colorama>=0.4.6
argcomplete>=2.0
psutil>=5.9
threadpoolctl>=3.0.0
