# Full runtime environment for fridapy.
#
# sostrades-core is not on PyPI, so it cannot be declared in pyproject.toml's
# dependencies (PyPI rejects direct-URL requirements). Install it from here:
#
#   pip install -r requirements.txt
#   pip install -e .            # or: pip install fridapy
#
sostrades-core @ git+https://github.com/os-climate/sostrades-core.git@v5.3.4
numpy>=1.26,<3
pandas>=2.2

# For the diagnostics/ scripts (ensembles, plots), also:
#   pip install -e ".[diagnostics]"
