klipper/scripts/tests-requirements.txt
Kevin O'Connor bb96318725 ci-install: Install scipy/numpy in github regression test case environment
This is in preparation for enhanced load_cell test cases which require
these packages.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2026-01-20 11:34:21 -05:00

7 lines
389 B
Text

# This file describes the Python virtualenv package requirements for
# the Klipper regression test cases. This is in addition to the
# package requirements listed in the klippy-requirements.txt file.
# Typically the packages listed here are installed via the command:
# pip install -r tests-requirements.txt
scipy==1.2.3 ; python_version < '3.0'
scipy==1.15.3 ; python_version >= '3.0'