dependencies and license in project file updated

This commit is contained in:
Nicolas 2025-05-09 15:21:06 +02:00
parent baab2b17da
commit 34c0136b15
1 changed files with 2 additions and 2 deletions

View File

@ -7,13 +7,13 @@ authors = [
description = "Performant library for thermodynamic calculations" description = "Performant library for thermodynamic calculations"
readme = "README.md" readme = "README.md"
requires-python = ">=3.10" requires-python = ">=3.10"
license = "MIT"
classifiers = [ classifiers = [
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent", "Operating System :: OS Independent",
] ]
dependencies = [ dependencies = [
"pyyaml>6.0.2", "pyyaml>=6.0.1",
"numpy>2.0.0", "numpy>2.0.0",
"scipy>1.12.0", "scipy>1.12.0",
] ]