-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
43 lines (39 loc) · 851 Bytes
/
pyproject.toml
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
[tool.poetry]
name = "neuroscope"
version = "0.1.0"
description = ""
authors = ["Noah Syrkis <[email protected]>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11,<3.12"
jraph = "^0.0.6.dev0"
ipykernel = "^6.29.5"
tqdm = "^4.67.1"
nilearn = "^0.11.0"
jupyterlab = "^4.3.2"
ipython = "^8.30.0"
setuptools = "^75.6.0"
wheel = "^0.45.1"
cython = "<3"
pycortex = "^1.2.10"
opencv-python = "^4.10.0.84"
pycocotools = "^2.0.8"
optax = "^0.2.4"
jaxtyping = "^0.2.36"
einops = "^0.8.0"
jax-tqdm = "^0.3.1"
iprogress = "^0.4"
ipywidgets = "^8.1.5"
seaborn = "^0.13.2"
aim = "^3.26.1"
cachier = "^3.1.2"
e3nn-jax = { git = "https://github.com/e3nn/e3nn-jax.git" }
esch = ">=1.1.0"
jax = "^0.4.38"
jaxwt = "^0.1.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.pyright]
venvPath = "."
venv = ".venv"