Update dependencies
This commit is contained in:
parent
534d177a52
commit
ffc1fbe806
@ -1,6 +1,26 @@
|
|||||||
|
[tool.poetry]
|
||||||
|
name = "map2map-aquila"
|
||||||
|
version = "0.1.0"
|
||||||
|
description = ""
|
||||||
|
authors = [
|
||||||
|
"Yin Li <eelregit@gmail.com>",
|
||||||
|
"Deaglan Bartlett <deaglan.bartlett@iap.fr>",
|
||||||
|
"Guilhem Lavaux <guilhem.lavaux@iap.fr>",
|
||||||
|
]
|
||||||
|
readme = "README.md"
|
||||||
|
packages = [{include = "auto_seminar"}]
|
||||||
|
|
||||||
|
[tool.poetry.dependencies]
|
||||||
|
python = "^3.10"
|
||||||
|
torch = ">=1.2"
|
||||||
|
numpy = "^1.26.4"
|
||||||
|
scipy = "^1.13.0"
|
||||||
|
matplotlib = "^3.9.0"
|
||||||
|
tensorboard = "^2.16.2"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["setuptools >= 61.0"]
|
requires = ["poetry-core"]
|
||||||
build-backend = "setuptools.build_meta"
|
build-backend = "poetry.core.masonry.api"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
description = "Neural network emulators to transform field/map data"
|
description = "Neural network emulators to transform field/map data"
|
||||||
@ -31,6 +51,10 @@ maintainers = [
|
|||||||
[project.scripts]
|
[project.scripts]
|
||||||
m2m = "map2map:main"
|
m2m = "map2map:main"
|
||||||
|
|
||||||
|
[tool.poetry.scripts]
|
||||||
|
map2map = "map2map:main"
|
||||||
|
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
#Homepage = "https://example.com"
|
#Homepage = "https://example.com"
|
||||||
#Documentation = "https://readthedocs.org"
|
#Documentation = "https://readthedocs.org"
|
||||||
|
Loading…
Reference in New Issue
Block a user