Skip to content

Commit

Permalink
Fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
wiseodd committed Nov 27, 2024
1 parent 8957a37 commit a4fd3e5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -135,3 +135,5 @@ data/

state_dict.bin
/temp

.pdm-python
9 changes: 6 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "laplace-torch"
version = "0.2.2"
version = "0.2.2.2"
description = "laplace - Laplace approximations for deep learning"
readme = "README.md"
authors = [
Expand Down Expand Up @@ -36,12 +36,15 @@ Homepage = "https://github.com/aleximmer/Laplace"
"Bug Tracker" = "https://github.com/aleximmer/Laplace/issues"

[build-system]
requires = ["setuptools>=42", "wheel"]
build-backend = "setuptools.build_meta"
requires = ["pdm-backend"]
build-backend = "pdm.backend"

[tool.setuptools]
py-modules = ["laplace"]

[tool.pdm]
distribution = true

[project.optional-dependencies]
dev = [
"coveralls",
Expand Down

0 comments on commit a4fd3e5

Please sign in to comment.