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.
2 parents 7777c18 + 1cef989 commit 7f388c7Copy full SHA for 7f388c7
bench_runner/config.py
@@ -4,13 +4,9 @@
4
5
import functools
6
from pathlib import Path
7
+import tomllib
8
from typing import Any
9
-try:
10
- import tomllib
11
-except ImportError:
12
- import tomli as tomllib # type: ignore
13
-
14
15
from . import runners
16
pyproject.toml
@@ -21,7 +21,6 @@ dependencies = [
21
"rich-argparse==1.7.0",
22
"ruamel.yaml==0.18.10",
23
"scour==0.38.2",
24
- "tomli==2.0.1",
25
"wheel",
26
]
27
dynamic = ["version"]
0 commit comments