Skip to content

Commit

Permalink
chore: update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Duguce committed Dec 25, 2024
1 parent c6ab86f commit 8b1a35a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[build-system]
requires = ["hatchling", "hatch-vcs"]
build-backend = "hatchling.build"
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"

[project]
name = "xfinder"
version = "0.2.3"
version = "0.2.4"
dependencies = [
"torch==2.3.1",
"transformers>=4.39.0",
Expand Down

0 comments on commit 8b1a35a

Please sign in to comment.