Compare commits
8 Commits
46cd32794c
...
2d322cf02f
Author | SHA1 | Date | |
---|---|---|---|
2d322cf02f | |||
c75d8187e8 | |||
be1707f857 | |||
2389894c17 | |||
dd3ee6b4f8 | |||
8bf3dd841e | |||
c0a26290c8 | |||
fc9cd321e4 |
@ -1,26 +1,6 @@
|
||||
[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]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
requires = ["setuptools >= 61.0"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
description = "Neural network emulators to transform field/map data"
|
||||
@ -54,10 +34,6 @@ maintainers = [
|
||||
m2m = "map2map:main.main"
|
||||
mapcropper = "map2map:cropper.cropper"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
map2map = "map2map:main"
|
||||
|
||||
|
||||
[project.urls]
|
||||
#Homepage = "https://example.com"
|
||||
#Documentation = "https://readthedocs.org"
|
||||
|
Loading…
Reference in New Issue
Block a user