@@ -39,13 +39,11 @@ dependencies = [
3939 " prime-evals==0.1.2" ,
4040 " prime-sandboxes>=0.2.2" ,
4141 " flash-attn>=2.8.3" ,
42+ " aime2025" ,
4243 " i3-math" ,
4344 " i3-code" ,
4445 " i3-science" ,
4546 " i3-logic" ,
46- " livecodebench" ,
47- " aime2025" ,
48- " hle" ,
4947]
5048
5149[project .scripts ]
@@ -76,13 +74,12 @@ reverse-text = { index = "primeintellect" }
7674verifiers = { git = " https://github.com/PrimeIntellect-ai/verifiers.git" , rev = " 6429ed7" }
7775dion = { git = " https://github.com/samsja/dion.git" , rev = " main" }
7876torchtitan = { git = " https://github.com/pytorch/torchtitan" , rev = " a1fdd7e43694bbfeff5d6ad8ac738c067bb90d41" }
79- i3-math = { git = " https://github.com/PrimeIntellect-ai/prime-environments.git" , rev = " 9a6a101" , subdirectory = " environments/i3_math" }
80- i3-code = { git = " https://github.com/PrimeIntellect-ai/prime-environments.git" , rev = " 9a6a101" , subdirectory = " environments/i3_code" }
81- i3-science = { git = " https://github.com/PrimeIntellect-ai/prime-environments.git" , rev = " 9a6a101" , subdirectory = " environments/i3_science" }
82- i3-logic = { git = " https://github.com/PrimeIntellect-ai/prime-environments.git" , rev = " 9a6a101" , subdirectory = " environments/i3_logic" }
83- aime2025 = { git = " https://github.com/PrimeIntellect-ai/prime-environments.git" , rev = " e3f7fab" , subdirectory = " environments/aime2025" }
84- livecodebench = { git = " https://github.com/PrimeIntellect-ai/prime-environments.git" , rev = " e3f7fab" , subdirectory = " environments/livecodebench" }
85- hle = { git = " https://github.com/PrimeIntellect-ai/prime-environments.git" , rev = " e3f7fab" , subdirectory = " environments/hle" }
77+
78+ aime2025 = { git = " https://github.com/PrimeIntellect-ai/prime-environments.git" , rev = " 62c356d" , subdirectory = " environments/aime2025" }
79+ i3-math = { git = " https://github.com/PrimeIntellect-ai/prime-environments.git" , rev = " 2b8a1164439fba5645212102d1a62a69900719de" , subdirectory = " environments/i3_math" }
80+ i3-code = { git = " https://github.com/PrimeIntellect-ai/prime-environments.git" , rev = " 62c356d" , subdirectory = " environments/i3_code" }
81+ i3-science = { git = " https://github.com/PrimeIntellect-ai/prime-environments.git" , rev = " 62c356d" , subdirectory = " environments/i3_science" }
82+ i3-logic = { git = " https://github.com/PrimeIntellect-ai/prime-environments.git" , rev = " 62c356d" , subdirectory = " environments/i3_logic" }
8683
8784[tool .uv .extra-build-dependencies ]
8885flash-attn = [{ requirement = " torch" , match-runtime = true }]
0 commit comments