-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
42 lines (39 loc) · 1.14 KB
/
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
[project]
name = "LuxAI2"
version = "0.0.0"
description = ""
authors = [
{name = "Sanggyu Lee", email = "[email protected]"},
{name = "Haneul Choi", email = "[email protected]"},
]
dependencies = [
"jaxlib @ https://storage.googleapis.com/jax-releases/cuda11/jaxlib-0.4.7+cuda11.cudnn82-cp310-cp310-manylinux2014_x86_64.whl",
"jax[cuda11_cudnn82]==0.4.7",
"rich>=13.6.0",
"juxai-s2 @ git+https://github.com/caelum02/jux.git@main",
"vec-noise @ file:///${PROJECT_ROOT}/vec_noise-1.1.4",
"torch>=2.1.0",
"torchvision>=0.16.0",
"torchaudio>=2.1.0",
"flax>=0.7.4",
"distrax>=0.1.4",
"luxai-s2>=3.0.0",
"importlib-metadata==4.13.0",
"moviepy>=1.0.3",
]
requires-python = ">=3.10,<3.11"
readme = "README.md"
license = {text = "NOLICENSE"}
[tool.pdm.dev-dependencies]
dev = [
"jupyter>=1.0.0",
"opencv-python-headless>=4.8.1.78",
]
[[tool.pdm.source]]
name = "torch"
url = "https://download.pytorch.org/whl/${COMPUTE_PLATFORM}"
verify_ssl = true
[[tool.pdm.source]]
name = "jaxlib"
url = "https://storage.googleapis.com/jax-releases/jax_cuda_releases.html"
verify_ssl = true