dependencies and license in project file updated
This commit is contained in:
parent
baab2b17da
commit
34c0136b15
|
@ -7,13 +7,13 @@ authors = [
|
|||
description = "Performant library for thermodynamic calculations"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.10"
|
||||
license = "MIT"
|
||||
classifiers = [
|
||||
"Programming Language :: Python :: 3",
|
||||
"License :: OSI Approved :: MIT License",
|
||||
"Operating System :: OS Independent",
|
||||
]
|
||||
dependencies = [
|
||||
"pyyaml>6.0.2",
|
||||
"pyyaml>=6.0.1",
|
||||
"numpy>2.0.0",
|
||||
"scipy>1.12.0",
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue