Skip to content

Commit

Permalink
chore: reseting image vec version
Browse files Browse the repository at this point in the history
  • Loading branch information
aatmanvaidya committed Dec 23, 2024
1 parent d1e991a commit 5cd0079
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 23 deletions.
14 changes: 4 additions & 10 deletions operators/image_vec_rep_resnet/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "feluda-image-vec-rep-resnet"
version = "0.1.0"
version = "0.0.0"
requires-python = ">=3.10"
dependencies = [
"torch>=2.5.1",
Expand All @@ -13,22 +13,16 @@ dependencies = [


[build-system]
requires = [
"hatchling",
]
requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.semantic_release]
version_variable = [
"pyproject.toml:project.version",
]
version_variable = ["pyproject.toml:project.version"]

[tool.semantic_release.branches.main]
match = "main"
prerelease = false
tag_format = "{name}-{version}"

[tool.hatch.build.targets.wheel]
packages = [
".",
]
packages = ["."]
18 changes: 5 additions & 13 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,31 +22,23 @@ dev = [
"tomli-w>=1.1.0",
"ruff>=0.8.3",
"pre-commit>=4.0.1",
"pyproject-pre-commit[ruff]>=0.3.6"
"pyproject-pre-commit[ruff]>=0.3.6",
]

[build-system]
requires = [
"hatchling",
]
requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.semantic_release]
version_variable = [
"pyproject.toml:project.version",
]
version_variable = ["pyproject.toml:project.version"]

[tool.semantic_release.branches.main]
match = "main"
prerelease = false
tag_format = "{name}-{version}"

[tool.uv.workspace]
members = [
"operators/image_vec_rep_resnet",
]
members = ["operators/image_vec_rep_resnet"]

[tool.hatch.build.targets.wheel]
packages = [
"feluda",
]
packages = ["feluda"]

0 comments on commit 5cd0079

Please sign in to comment.