Skip to content

Commit

Permalink
Test build
Browse files Browse the repository at this point in the history
  • Loading branch information
liambai committed Oct 18, 2024
1 parent 21926e4 commit cdd4754
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ packages = [
"plm_interpretability.autointerp",
"plm_interpretability.logistic_regression_probe"
]
editable-backend = "editables"

[project.scripts]
autointerp = "plm_interpretability.autointerp.__main__:cli"
Expand All @@ -34,7 +35,7 @@ logistic_regression_probe = "plm_interpretability.logistic_regression_probe.__ma
Homepage = "https://github.com/etowahadams/plm-interpretability"

[build-system]
requires = ["setuptools>=61.0.0", "wheel"]
requires = ["setuptools>=64.0.0", "wheel"]
build-backend = "setuptools.build_meta"

[tool.setuptools.build-meta]
Expand Down

0 comments on commit cdd4754

Please sign in to comment.