-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpyproject.toml
More file actions
34 lines (32 loc) · 891 Bytes
/
pyproject.toml
File metadata and controls
34 lines (32 loc) · 891 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
31
32
33
34
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "virga-exo"
version = "2.1.0"
authors = [
{ name="Natasha E. Batalha", email="natasha.e.batalha@gmail.com" },
]
description = "substellar atmosphere code for computing clouds"
readme = "README.rst"
requires-python = ">=3.11"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Intended Audience :: Science/Research",
"Topic :: Scientific/Engineering :: Astronomy",
"Topic :: Software Development :: Libraries :: Python Modules"
]
dependencies = [
"numpy",
"pandas",
"bokeh",
"astropy",
"scipy",
"miepython",
"matplotlib"
]
[project.urls]
"Homepage" = "https://natashabatalha.github.io/virga"
"Download" = "https://github.com/natashabatalha/virga"