powertrain-build/requirements.txt
Henrik Wahlqvist 76f61dec1a Updates making pypi upload possible
Change-Id: I7a861287c1d2515cd1a43c343437b3e6134956f9
2024-06-14 11:17:20 +02:00

11 lines
402 B
Plaintext

gitpython >= 3.1.8
pbr >= 6.0.0
ruamel.yaml.clib == 0.2.7; python_version == "3.6"
ruamel.yaml == 0.17.21; python_version == "3.6"
ruamel.yaml == 0.18.6; python_version > "3.6"
voluptuous >= 0.14.0; python_version >= "3.7"
voluptuous >= 0.11.7,<0.14.0; python_version < "3.7"
scipy==1.5.4; python_version < "3.8"
scipy==1.9.1; python_version >= "3.8"
importlib-resources==5.4.0; python_version < "3.9"