blob: d14c065413c3e5878b68ed1f44318aae785b5078 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
[build-system]
requires = ["flit_core >=2,<4"]
build-backend = "flit_core.buildapi"
[tool.flit.metadata]
module = "qolab"
author = "Eugeniy E. Mikhailov"
author-email = "eemikh@wm.edu"
classifiers = ["License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)"]
description-file = "README.md"
requires = [
"numpy >=1.19.5",
"matplotlib >=3.3.4",
"pyvisa >=1.11.3",
"scipy >=1.6.0",
"pyyaml >=5.3.1",
"universal_tsdb >=0.1.1",
]
|