forked from laserkelvin/PySpecTools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
49 lines (47 loc) · 1.14 KB
/
Copy pathpyproject.toml
File metadata and controls
49 lines (47 loc) · 1.14 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
[tool.poetry]
name = "pyspectools"
description = "A set of Python tools/routines for spectroscopy"
homepage = "https://github.com/laserkelvin/PySpecTools"
repository = "https://github.com/laserkelvin/PySpecTools"
documentation = "https://laserkelvin.github.com/PySpecTools"
readme = "README.md"
authors = [
"Kelvin Lee <kin.long.kelvin.lee@gmail.com>"
]
version = "4.6.1"
classifiers = [
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
]
[tool.poetry.dependencies]
python = "^3.7.1, < 3.10.0"
numpy = ">=1.16"
pandas = "^1.3.3"
scipy = "^1.7.1"
matplotlib = "^3.4.3"
astroquery = "0.4.3"
astropy = "4.3.1"
lmfit = "^1.0.2"
PeakUtils = ">=1.3.2"
sklearn = "^0.0"
colorlover = "^0.3.0"
monsterurl = "^0.2"
plotly = ">=3.0.0"
periodictable = "^1.6.0"
uncertainties = "^3.1.6"
joblib = "^1.0.1"
"ruamel.yaml" = "^0.17.16"
paramiko = "^2.7.2"
Jinja2 = "^3.0.1"
tqdm = "^4.62.3"
tinydb = "^4.5.2"
networkx = "^2.6.3"
torch = "^1.9.1"
numba = "^0.54.0"
ipython = "^7.28.0"
ipywidgets = "^7.6.5"
bokeh = "^2.4.0"
[tool.poetry.dev-dependencies]
pytest = "^6.2.5"
black = "^21.9b0"