-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
30 lines (29 loc) · 695 Bytes
/
Copy pathpyproject.toml
File metadata and controls
30 lines (29 loc) · 695 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
[project]
name = "igdl"
version = "0.1.0"
description = "Helper library for a Inversed Geometric Deep Learning course"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"aiolimiter>=1.2.1",
"aiosqlite>=0.22.1",
"atproto>=0.0.65",
"cdlib>=0.4.0",
"datasets>=4.4.2",
"flax>=0.12.2",
"google-metrax>=0.2.4",
"grain>=0.2.15",
"huggingface-hub>=1.2.3",
"leidenalg>=0.11.0",
"networkx>=3.6.1",
"loguru>=0.7.3",
"numpy>=2.4.0",
"openai>=2.14.0",
"orbax>=0.1.9",
"polars>=1.36.1",
"python-dotenv>=1.2.1",
"rdkit>=2025.9.3",
"tqdm>=4.67.1",
]
[dependency-groups]
dev = ["ipywidgets>=8.1.8", "jupyterlab>=4.5.1"]