We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74720c7 commit 47ab089Copy full SHA for 47ab089
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "spectpsftoolbox"
7
-version = "0.1.0"
+version = "0.1.2"
8
9
authors = [
10
{ name="Luke Polson", email="[email protected]" },
@@ -22,6 +22,9 @@ dependencies = [
22
"numpy>=1.24.2",
23
"torch>=1.10.2",
24
"fft-conv-pytorch>=1.2.0",
25
+ "torchquad==0.4.1",
26
+ "torchvision==0.20.1",
27
+ "dill==0.3.9"
28
]
29
30
[tool.hatch.metadata]
0 commit comments