Skip to content

Commit

Permalink
Add build system
Browse files Browse the repository at this point in the history
  • Loading branch information
vmenger committed Oct 23, 2024
1 parent f69827e commit ad0156e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[build-system]
requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta"

[project]
name = "clinlp"
version = "0.9.0"
Expand All @@ -16,7 +20,7 @@ dependencies = [

[project.optional-dependencies]
metrics = [
"nervaluate ~= 0.1.8",
"nervaluate == 0.1.8",
"scikit-learn ~= 1.5",
]
transformers = [
Expand Down
8 changes: 4 additions & 4 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ad0156e

Please sign in to comment.