Skip to content

Commit 78e4562

Browse files
dario-cosciandem0
authored andcommitted
modify pyproject.toml
1 parent 78f9194 commit 78e4562

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pyproject.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,17 @@ version = "0.2.0"
88
description = "Physic Informed Neural networks for Advance modeling."
99
readme = "README.md"
1010
authors = [
11-
{ name = "PINA Contributors" },
11+
{name = "PINA Contributors", email = "[email protected]"}
1212
]
1313
license = { text = "MIT" }
1414
keywords = [
1515
"machine-learning", "deep-learning", "modeling", "pytorch", "ode",
1616
"neural-networks", "differential-equations", "pde", "hacktoberfest",
17-
"pinn", "physics-informed", "physics-informed-neural-networks", "neural-operators", "equation-learning", "lightining"
17+
"pinn", "physics-informed", "physics-informed-neural-networks",
18+
"neural-operators", "equation-learning", "lightining"
1819
]
1920
dependencies = [
20-
"numpy", "matplotlib", "lightning", "torch_geometric", "pytorch_lightning"
21+
"torch", "lightning", "torch_geometric", "matplotlib",
2122
]
2223
requires-python = ">=3.8"
2324

@@ -30,7 +31,7 @@ test = [
3031
]
3132

3233
[project.urls]
33-
Homepage = "https://github.com/mathLab/PINA"
34+
Homepage = "https://mathlab.github.io/PINA/"
3435
Repository = "https://github.com/mathLab/PINA"
3536

3637
[tool.setuptools.packages]

0 commit comments

Comments
 (0)