Skip to content

Commit 81e3ff6

Browse files
committed
Add dependencies to pyproject.yaml, add pyyaml to requirements.txt
1 parent cd38406 commit 81e3ff6

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

maia2/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ einops==0.8.0
33
gdown==5.2.0
44
numpy==2.1.3
55
pandas==2.2.3
6+
pyyaml==6.0.2
67
pyzstd==0.15.9
78
Requests==2.32.3
89
torch==2.4.0
9-
tqdm==4.65.0
10+
tqdm==4.65.0

pyproject.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,18 @@ readme = "README.md"
99
license = {file = "LICENSE"}
1010
classifiers = ["License :: OSI Approved :: MIT License"]
1111
dynamic = ["version", "description"]
12+
dependencies = [
13+
"chess==1.10.0",
14+
"einops==0.8.0",
15+
"gdown==5.2.0",
16+
"numpy==2.1.3",
17+
"pandas==2.2.3",
18+
"pyyaml>=6.0.2",
19+
"pyzstd==0.15.9",
20+
"requests==2.32.3",
21+
"torch==2.4.0",
22+
"tqdm==4.65.0",
23+
]
1224

1325
[project.urls]
1426
Home = "https://github.com/CSSLab/maia2"

0 commit comments

Comments
 (0)