-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpyproject.toml
More file actions
40 lines (39 loc) · 826 Bytes
/
pyproject.toml
File metadata and controls
40 lines (39 loc) · 826 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
[project]
name = "cyteonto"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"aiohttp>=3.12.15",
"anndata>=0.12.2",
"asyncio>=4.0.0",
"fastapi>=0.116.1",
"iprogress>=0.4",
"ipykernel>=6.30.1",
"ipython>=9.4.0",
"jupyter>=1.1.1",
"logfire>=4.3.3",
"loguru>=0.7.3",
"modal>=1.4.2",
"mypy>=1.17.1",
"numpy>=2.3.2",
"owlready2>=0.48",
"pandas>=2.3.1",
"pyarrow>=24.0.0",
"pydantic>=2.11.7",
"pydantic-ai>=0.7.4",
"pytest>=8.4.1",
"pytest-asyncio>=1.1.0",
"python-dotenv>=1.1.1",
"ruff>=0.12.9",
"scikit-learn>=1.7.1",
"tenacity>=9.1.2",
"tomli>=2.2.1",
"tqdm>=4.67.1",
"xmltodict>=0.14.2",
]
[dependency-groups]
dev = [
"seaborn>=0.13.2",
]