Skip to content

Commit 4a69959

Browse files
committed
cleanup
1 parent d9f6ac0 commit 4a69959

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "astabench"
7-
version = "0.0.2"
7+
version = "0.0.1"
88
readme = "README.md"
99
requires-python = ">=3.11"
1010
dependencies = [
@@ -24,6 +24,7 @@ dependencies = [
2424
"httpx~=0.28.1",
2525
"h2~=4.2.0",
2626
"pandas",
27+
"inspect_evals[core_bench] @ git+https://github.com/UKGovernmentBEIS/inspect_evals.git@c2bec9ebee7a5995512bf5ff67a2e82afe4d12e1#egg=inspect_evals",
2728
"anthropic>=0.52.0"
2829
]
2930

@@ -60,9 +61,6 @@ datavoyager = [
6061
futurehouse = [
6162
"futurehouse-client==0.3.19",
6263
]
63-
core_bench = [
64-
"inspect_evals[core_bench] @ git+https://github.com/UKGovernmentBEIS/inspect_evals.git@c2bec9ebee7a5995512bf5ff67a2e82afe4d12e1#egg=inspect_evals",
65-
]
6664
storm = [
6765
"knowledge-storm @ git+https://github.com/gituser768/storm.git@dh-fix-youcom",
6866
]

0 commit comments

Comments
 (0)