-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpyproject.toml
More file actions
36 lines (33 loc) · 900 Bytes
/
pyproject.toml
File metadata and controls
36 lines (33 loc) · 900 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
[project]
name = "oncodashkb"
version = "0.3.0"
description = "Knowledge graph build for oncodash using BioCypher"
readme = "README.md"
requires-python = ">=3.12,<4.0"
package-mode = false
authors = [
{ name = "Johann Dreo", email = "johann.dreo@pasteur.fr" },
{ name = "Marko Baric", email = "marko.baric@pasteur.fr" },
{ name = "Matthieu Najm", email = "matthieu.najm@pasteur.fr" },
{ name = "Benno Schwikowski", email = "benno.schwikowski@pasteur.fr" },
]
dependencies = [
"biocypher>=0.12.0,<0.13",
"pooch>=1.7.0,<2.0",
"pandas>=2.3.1,<3.0",
"owlready2>=0.49,<1.0",
"numpy>=2.2.0,<3.0",
"ipykernel>=6.29.5,<7.0",
"matplotlib>=3.10.0,<4.0",
"polars>=1.22.0,<2.0",
"seaborn>=0.13.2,<0.14",
"ontoweaver>=1.3.0,<1.4.0",
"openpyxl>=3.1.5",
"pyarrow<21.0.0",
"fastparquet<2026.3.0",
]
[dependency-groups]
dev = [
"pre-commit>=4.5.0",
"pytest>=8.4.1",
]