Skip to content

Commit 47ab089

Browse files
authored
Update version and dependencies
1 parent 74720c7 commit 47ab089

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "spectpsftoolbox"
7-
version = "0.1.0"
7+
version = "0.1.2"
88

99
authors = [
1010
{ name="Luke Polson", email="[email protected]" },
@@ -22,6 +22,9 @@ dependencies = [
2222
"numpy>=1.24.2",
2323
"torch>=1.10.2",
2424
"fft-conv-pytorch>=1.2.0",
25+
"torchquad==0.4.1",
26+
"torchvision==0.20.1",
27+
"dill==0.3.9"
2528
]
2629

2730
[tool.hatch.metadata]

0 commit comments

Comments
 (0)