Skip to content

Commit

Permalink
DX: support only Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Oct 16, 2024
1 parent cb40a8b commit 3e0397b
Show file tree
Hide file tree
Showing 5 changed files with 84 additions and 935 deletions.
2 changes: 0 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import annotations

from sphinx_api_relink.helpers import get_branch_name, get_execution_mode

BRANCH = get_branch_name()
Expand Down
2 changes: 0 additions & 2 deletions docs/visualize-jax-benchmark.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
},
"outputs": [],
"source": [
"from __future__ import annotations\n",
"\n",
"from collections import defaultdict\n",
"\n",
"import matplotlib.pyplot as plt\n",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ description = "Benchmarks for amplitude analysis frameworks"
dynamic = ["version"]
license = {text = "GPLv3 or later"}
name = "benchmarks"
requires-python = ">=3.9"
requires-python = ">=3.12"

[project.optional-dependencies]
dev = [
Expand Down
2 changes: 0 additions & 2 deletions scripts/visualize_jax_benchmark.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
"""Visualize benchmark results from :file:`execute_jax_benchmark.py`."""

from __future__ import annotations

import logging
from collections import defaultdict
from os.path import dirname
Expand Down
Loading

0 comments on commit 3e0397b

Please sign in to comment.