-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
46 lines (36 loc) · 1.07 KB
/
pyproject.toml
File metadata and controls
46 lines (36 loc) · 1.07 KB
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
43
44
45
46
[build-system]
requires = ["poetry-core>=1.9.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "nf-neuro"
version = "1.0.0"
description = "Tools for the NF-NEURO project"
license = "GPL-3.0-or-later"
readme = "README.md"
authors = ["The SCIL developers"]
maintainers = [
"alex valcourt caron <[email protected]>",
"arnaud boré <[email protected]>"
]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Topic :: Software Development :: Libraries",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10"
]
homepage = "https://scil.usherbrooke.ca/"
repository = "https://github.com/scilus/nf-neuro.git"
[tool.poetry.dependencies]
python = "<3.13,>=3.9"
nf-core = "^3.3.2"
black = "^24.1.1"
isort = "^5.13.2"
pdiff = "^1.1.4"
setuptools = ">=78.1.1"
virtualenv = ">=20.26.6"
urllib3 = ">=2.5.0"
requests = ">=2.32.4"
jinja2 = ">=3.1.6"