Skip to content

Commit

Permalink
chore: bump version to 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
percevalw committed May 12, 2024
1 parent 8170f4c commit 7e7831e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ readme = "README.md"
urls.homepage = "https://github.com/aphp/foldedtensor/"
urls.repository = "https://github.com/aphp/foldedtensor/"
dynamic = ["version"]
requires-python = ">3.7.6,<4.0"
requires-python = ">3.7.1,<4.0"

dependencies = [
"torch>1.0.0",
Expand Down Expand Up @@ -82,7 +82,6 @@ fix = true
exclude = [
".git",
"__pycache__",
"__init__.py",
".mypy_cache",
".pytest_cache",
".venv",
Expand All @@ -98,5 +97,6 @@ select = [
]
fixable = ["E", "F", "W", "I"]

[isort]
known-first-party = ["foldedtensor"]
[tool.ruff.isort]
known-first-party = ["foldedtensor"]
known-third-party = ["build"]

0 comments on commit 7e7831e

Please sign in to comment.