-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathipaPy2.toml
More file actions
31 lines (27 loc) · 756 Bytes
/
ipaPy2.toml
File metadata and controls
31 lines (27 loc) · 756 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 >= 77.0.3"]
build-backend = "setuptools.build_meta"
[project]
name = "ipaPy2"
version = "1.4.0"
authors = [
{ name="Dr Francesco Del Carratore", email="francescodc87@gmail.com" },
{ name="Juraj Borka"}
]
description = "Integrated Probabilistic Annotation (IPA) 2.0 - Python implementation"
readme = "README.md"
requires-python = ">=3.7"
dependencies = [
'pandas',
'molmass==2021.6.18',
'scipy>=1.8',
'tqdm==4.64.0']
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
]
license = "MIT"
license-files = ["LICEN[CS]E*"]
[project.urls]
Homepage = "https://github.com/francescodc87/ipaPy2"
Issues = "https://github.com/francescodc87/ipaPy2/issues"