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 47b1473 commit 6a15eaa
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 2,795 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ maintainers = [
{name = "Common Partial Wave Analysis", email = "[email protected]"},
]
name = "jax-mini-benchmark"
requires-python = ">=3.9"
requires-python = ">=3.12"

[project.optional-dependencies]
dev = [
Expand Down
2 changes: 0 additions & 2 deletions src/jax_benchmark/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import annotations

import argparse
import os
import socket
Expand Down
2 changes: 0 additions & 2 deletions src/jax_benchmark/dot_product.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import annotations

import argparse
import logging
import timeit
Expand Down
Loading

0 comments on commit 6a15eaa

Please sign in to comment.