modify pyproject.toml

This commit is contained in:
Dario Coscia
2025-02-17 18:41:56 +01:00
committed by Nicola Demo
parent 571ef7f9e2
commit dfd6d7b467

View File

@@ -8,16 +8,17 @@ version = "0.2.0"
description = "Physic Informed Neural networks for Advance modeling." description = "Physic Informed Neural networks for Advance modeling."
readme = "README.md" readme = "README.md"
authors = [ authors = [
{ name = "PINA Contributors" }, {name = "PINA Contributors", email = "pina.mathlab@gmail.com"}
] ]
license = { text = "MIT" } license = { text = "MIT" }
keywords = [ keywords = [
"machine-learning", "deep-learning", "modeling", "pytorch", "ode", "machine-learning", "deep-learning", "modeling", "pytorch", "ode",
"neural-networks", "differential-equations", "pde", "hacktoberfest", "neural-networks", "differential-equations", "pde", "hacktoberfest",
"pinn", "physics-informed", "physics-informed-neural-networks", "neural-operators", "equation-learning", "lightining" "pinn", "physics-informed", "physics-informed-neural-networks",
"neural-operators", "equation-learning", "lightining"
] ]
dependencies = [ dependencies = [
"numpy", "matplotlib", "lightning", "torch_geometric", "pytorch_lightning" "torch", "lightning", "torch_geometric", "matplotlib",
] ]
requires-python = ">=3.8" requires-python = ">=3.8"
@@ -30,7 +31,7 @@ test = [
] ]
[project.urls] [project.urls]
Homepage = "https://github.com/mathLab/PINA" Homepage = "https://mathlab.github.io/PINA/"
Repository = "https://github.com/mathLab/PINA" Repository = "https://github.com/mathLab/PINA"
[tool.setuptools.packages] [tool.setuptools.packages]