From dfd6d7b46795ec075cc4d95863c1544418fb8ec2 Mon Sep 17 00:00:00 2001 From: Dario Coscia Date: Mon, 17 Feb 2025 18:41:56 +0100 Subject: [PATCH] modify pyproject.toml --- pyproject.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 71a5604..07967c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,16 +8,17 @@ version = "0.2.0" description = "Physic Informed Neural networks for Advance modeling." readme = "README.md" authors = [ - { name = "PINA Contributors" }, + {name = "PINA Contributors", email = "pina.mathlab@gmail.com"} ] license = { text = "MIT" } keywords = [ "machine-learning", "deep-learning", "modeling", "pytorch", "ode", "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 = [ - "numpy", "matplotlib", "lightning", "torch_geometric", "pytorch_lightning" + "torch", "lightning", "torch_geometric", "matplotlib", ] requires-python = ">=3.8" @@ -30,7 +31,7 @@ test = [ ] [project.urls] -Homepage = "https://github.com/mathLab/PINA" +Homepage = "https://mathlab.github.io/PINA/" Repository = "https://github.com/mathLab/PINA" [tool.setuptools.packages]