Skip to content

Commit

Permalink
chore: restrict python to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dest1n1s committed Nov 6, 2024
1 parent b885c2d commit 8b4de68
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 263 deletions.
7 changes: 2 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[project]
name = "xlens"
version = "0.1.0"
version = "0.1.1"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
requires-python = "==3.12.*"
dependencies = [
"einops>=0.8.0",
"equinox>=0.11.8",
Expand Down Expand Up @@ -79,9 +79,6 @@ exclude = [
line-length = 120
indent-width = 4

# Assume Python 3.10
target-version = "py310"

[tool.mypy]
check_untyped_defs=true
exclude=[".venv/"]
Expand Down
Loading

0 comments on commit 8b4de68

Please sign in to comment.