-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
31 lines (29 loc) · 990 Bytes
/
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
[tool]
[tool.poetry]
name = "axidence"
version = "0.3.2"
description = "strax-based data-driven accidental coincidence background simulation and peak-level salting"
readme = "README.md"
license = "BSD-3-Clause"
authors = [
"Dacheng Xu, <dx2227@columbia.edu>",
]
classifiers = [
"Development Status :: 3 - Alpha",
"License :: OSI Approved :: BSD License",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Intended Audience :: Science/Research",
"Topic :: Scientific/Engineering :: Physics",
]
repository = "https://github.com/XENONnT/axidence"
documentation = "https://readthedocs.org/projects/axidence/"
[tool.poetry.dependencies]
python = ">=3.9,<4.0"
strax = ">=1.6.3,<=1.6.5"
straxen = { git = "https://github.com/XENONnT/straxen.git@sr1_leftovers"}
GOFevaluation = ">=0.1.4"
[build-system]
requires = ["poetry-core>=1.0.8", "setuptools>=61.0"]
build-backend = "poetry.core.masonry.api"