Commit c0e7e51d authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

update required python and package versions

parent 29caa04c
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ the United Nations Convention on Contracts on the International Sales of Goods.

## Requirements

- Python >= 3.9
- Python 3.13.7 (may work with lower python versions, not guaranteed)
- numpy, scipy and pyyaml ([see requirements.txt](./requirements.txt))

---

pyproject.toml

0 → 100644
+11 −0
Original line number Diff line number Diff line
[project]
name = "ivas-processing-scripts"
version = "2025.09"
dependencies = ["numpy>=2.0.2,<3", "pyyaml>=6.0.2,<7", "scipy>=1.13.1,<2"]
requires-python = "==3.13.7"
maintainers = [
    { name = "Archit Tamarapu", email = "archit.tamarapu@iis.fraunhofer.de" },
]
description = "Scripts to setup and run the IVAS characterization and selection listening tests"
readme = "README.md"
license-files = ["LICENSE.md"]
+3 −3
Original line number Diff line number Diff line
numpy
pyyaml
scipy
numpy>=2.0.2,<3
pyyaml>=6.0.2,<7
scipy>=1.13.1,<2
 No newline at end of file