@@ -8,16 +8,17 @@ version = "0.2.0"
88description = " Physic Informed Neural networks for Advance modeling."
99readme = " README.md"
1010authors = [
11- { name = " PINA Contributors" },
11+ {
name =
" PINA Contributors" , email = " [email protected] " } 1212]
1313license = { text = " MIT" }
1414keywords = [
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]
1920dependencies = [
20- " numpy " , " matplotlib " , " lightning" , " torch_geometric" , " pytorch_lightning "
21+ " torch " , " lightning" , " torch_geometric" , " matplotlib " ,
2122]
2223requires-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/ "
3435Repository = " https://github.com/mathLab/PINA"
3536
3637[tool .setuptools .packages ]
0 commit comments