Loading README.md +1 −1 Original line number Diff line number Diff line Loading @@ -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)) --- Loading 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"] requirements.txt +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 Loading
README.md +1 −1 Original line number Diff line number Diff line Loading @@ -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)) --- Loading
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"]
requirements.txt +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