forked from abaleato/CosmoBLENDER
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
30 lines (28 loc) · 772 Bytes
/
pyproject.toml
File metadata and controls
30 lines (28 loc) · 772 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[build-system]
requires = ["setuptools>=61.0.0", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "cosmoblender"
version = "1.0.0"
description = "CosmoBLENDER: Cosmological Biases to LENsing and Delensing due to Extragalactic Radiation"
readme = "README_PyPI.md"
authors = [{ name = "Anton Baleato Lizancos", email = "a.baleatolizancos@berkeley.edu" }]
license = { file = "LICENSE" }
classifiers = [
"Programming Language :: Python",
"Programming Language :: Python :: 3",
]
keywords = ["feed", "reader", "tutorial"]
dependencies = [
"numpy",
"scipy",
"matplotlib",
"astropy",
"healpy",
"hmvec",
"quicklens",
"pyccl"
]
requires-python = ">=3.7"
[project.urls]
Homepage = "https://github.com/abaleato/CosmoBLENDER"