mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-02-08 01:01:06 -07:00
This is in preparation for enhanced load_cell test cases which require these packages. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
7 lines
389 B
Text
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'
|