-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
30 lines (27 loc) · 912 Bytes
/
pyproject.toml
File metadata and controls
30 lines (27 loc) · 912 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
[build-system]
requires = ["setuptools", "cython", "cffi", "numpy"]
build-backend = "setuptools.build_meta"
[project]
name = "Allohubpy"
version = "1.0.0"
dependencies = [
"pandas", "seaborn", "matplotlib", "scipy", "cffi", "tqdm", "statsmodels", "networkx", "mdtraj", "fair-esm", "torch", "mini3di"
]
requires-python = ">=3.8"
authors = [
{name = "Oriol Gracia", email = "o.carmona@ucl.ac.uk"},
{name = "Jens Kleinjung", email = "jkleinj@gmail.com"}
]
maintainers = [
{name = "Oriol Gracia", email = "o.carmona@ucl.ac.uk"}
]
description = "Package to analyze allosteric signal from MD simulation using Information Theory"
readme = "README.md"
license = {file = "LICENSE"}
classifiers = [
"Development Status :: Beta",
"Programming Language :: Python"
]
[project.urls]
Repository = "https://github.com/Fraternalilab/AlloHubPy.git"
"Bug Tracker" = "https://github.com/Fraternalilab/AlloHubPy/issues"