File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -135,3 +135,5 @@ data/
135
135
136
136
state_dict.bin
137
137
/temp
138
+
139
+ .pdm-python
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " laplace-torch"
3
- version = " 0.2.2"
3
+ version = " 0.2.2.2 "
4
4
description = " laplace - Laplace approximations for deep learning"
5
5
readme = " README.md"
6
6
authors = [
@@ -36,12 +36,15 @@ Homepage = "https://github.com/aleximmer/Laplace"
36
36
"Bug Tracker" = " https://github.com/aleximmer/Laplace/issues"
37
37
38
38
[build-system ]
39
- requires = [" setuptools>=42 " , " wheel " ]
40
- build-backend = " setuptools.build_meta "
39
+ requires = [" pdm-backend " ]
40
+ build-backend = " pdm.backend "
41
41
42
42
[tool .setuptools ]
43
43
py-modules = [" laplace" ]
44
44
45
+ [tool .pdm ]
46
+ distribution = true
47
+
45
48
[project .optional-dependencies ]
46
49
dev = [
47
50
" coveralls" ,
You can’t perform that action at this time.
0 commit comments