From 7e7831efc67fcdc49d8e5fb84fb28c3ea2b58185 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Perceval=20Wajsb=C3=BCrt?= Date: Mon, 13 May 2024 01:20:18 +0200 Subject: [PATCH] chore: bump version to 0.3.4 --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1c94ccc..51ae8ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", @@ -82,7 +82,6 @@ fix = true exclude = [ ".git", "__pycache__", - "__init__.py", ".mypy_cache", ".pytest_cache", ".venv", @@ -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"]