Skip to content

Commit

Permalink
use hatchling
Browse files Browse the repository at this point in the history
  • Loading branch information
iulusoy committed Oct 7, 2024
1 parent 6625e52 commit dbfbf79
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[build-system]
requires = [
"setuptools>=61",
]
build-backend = "setuptools.build_meta"
requires = ["hatchling"]
build-backend = "hatchling.build"

[project]
name = "ammico"
Expand Down Expand Up @@ -30,7 +28,6 @@ dependencies = [
"pytest",
"pytest-cov",
"ammico-lavis>=1.0.2.3",
"setuptools",
"tensorflow>=2.13.0",
"torch<2.4.0",
"transformers",
Expand Down

0 comments on commit dbfbf79

Please sign in to comment.