We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd38406 commit 81e3ff6Copy full SHA for 81e3ff6
maia2/requirements.txt
@@ -3,7 +3,8 @@ einops==0.8.0
3
gdown==5.2.0
4
numpy==2.1.3
5
pandas==2.2.3
6
+pyyaml==6.0.2
7
pyzstd==0.15.9
8
Requests==2.32.3
9
torch==2.4.0
-tqdm==4.65.0
10
+tqdm==4.65.0
pyproject.toml
@@ -9,6 +9,18 @@ readme = "README.md"
license = {file = "LICENSE"}
classifiers = ["License :: OSI Approved :: MIT License"]
11
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
+]
24
25
[project.urls]
26
Home = "https://github.com/CSSLab/maia2"
0 commit comments