-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
42 lines (38 loc) · 985 Bytes
/
pyproject.toml
File metadata and controls
42 lines (38 loc) · 985 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
35
36
37
38
39
40
41
42
[project]
name = "ooragan"
version = "0.1.0"
description = ""
readme = "README.md"
authors = [{ name = "Yannick Lapointe", email = "yannicklapointe77@gmail.com" }]
requires-python = ">=3.12,<3.15"
dependencies = [
"easygui>=0.98.3",
"graphinglib @ git+https://github.com/graphinglib/graphinglib.git",
"h5py>=3.13.0",
"ipython>=8.32.0",
"loess>=2.1.2",
"pandas>=2.2.3",
"progress>=1.6",
"resonator @ git+https://github.com/danielflanigan/resonator.git",
"seaborn>=0.13.2",
"tabulate>=0.9.0",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[dependency-groups]
dev = [
"colorcet>=3.1.0",
"ipykernel>=6.29.5",
"numpydoc>=1.8.0",
"pydata-sphinx-theme>=0.16.1",
"sphinx>=8.1.3",
"sphinx-copybutton>=0.5.2",
"sphinx-design>=0.6.1",
"sphinx-favicon>=1.0.1",
"sphinxext-opengraph>=0.9.1",
]
[tool.hatch.build.targets.wheel]
packages = ["src/ooragan", "src/ooragan/old"]
[tool.hatch.metadata]
allow-direct-references = true