map2map/pyproject.toml

64 lines
1.5 KiB
TOML
Raw Normal View History

2024-05-17 09:50:40 +02:00
[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"
2024-05-17 09:58:56 +02:00
packages = [{include = "map2map"}]
2024-05-17 09:50:40 +02:00
[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]
2024-05-17 09:50:40 +02:00
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[project]
description = "Neural network emulators to transform field/map data"
readme = "README.md"
2024-05-17 09:37:34 +02:00
name = "map2map-aquila"
dynamic = ["version"]
requires-python = ">= 3.9"
classifiers = [
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
]
dependencies = [
'torch>=1.2',
'numpy',
'scipy',
'matplotlib',
'tensorboard']
authors = [
{name = "Yin Li", email = "eelregit@gmail.com"},
{name = "Deaglan Bartlett", email = "deaglan.bartlett@iap.fr"},
{name = "Guilhem Lavaux", email = "guilhem.lavaux@iap.fr" },
]
maintainers = [
{name = "Guilhem Lavaux", email = "guilhem.lavaux@iap.fr"}
]
[project.scripts]
m2m = "map2map:main"
2024-05-17 09:50:40 +02:00
[tool.poetry.scripts]
map2map = "map2map:main"
[project.urls]
#Homepage = "https://example.com"
#Documentation = "https://readthedocs.org"
2024-05-17 09:37:34 +02:00
Repository = "https://git.aquila-consortium.org/aquila-consortium/map2map.git"
Issues = "https://git.aquila-consortium.org/aquila-consortium/map2map/issues/new"
#Changelog = "https://github.com/me/spam/blob/master/CHANGELOG.md"