-
Notifications
You must be signed in to change notification settings - Fork 6
/
pyproject.toml
36 lines (33 loc) · 1.12 KB
/
pyproject.toml
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
35
36
[project]
name = "lime-stable"
version = "1.1.1"
readme = "README.rst"
requires-python = ">=3.8"
license = {file = "COPYING"}
authors = [{name = "Vital Fernández", email = "[email protected]"}]
description = "Line measuring algorithm for astronomical spectra"
dependencies = ["asdf~=3.0",
"astropy~=6.0",
"joblib~=1.3",
"lmfit~=1.2",
"matplotlib~=3.7",
"mplcursors~=0.5",
"nbsphinx~=0.9",
"numpy~=1.24",
"openpyxl~=3.1",
"pandas~=2.0",
"PyLaTeX~=1.4",
"pytest~=7.4",
"pytest-cov~=4.1",
"pytest-mpl~=0.16",
"scipy~=1.10",
"toml~=0.10",
"tomli >= 2.0.0 ; python_version < '3.11'"]
classifiers = ["License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7"]
[tool.pytest.ini_options]
pythonpath = ["src"]
mpl-baseline-path = 'tests/baseline'
mpl-results-path = 'tests/outputs'
mpl-results-always = false