File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[project ]
22name = " spherinator"
3- version = " 1.0 .0"
3+ version = " 0.5 .0"
44description = " Rotation-Invariant Hyperspherical Variational Convolutional Autoencoder"
55authors = [
66 {name = " Kai Polsterer" , email = " kai.polsterer@h-its.org" },
@@ -23,8 +23,8 @@ dependencies = [
2323 " power-spherical >=0.8" ,
2424 " scikit-image >=0.25" ,
2525 " scipy >=1.11" ,
26- " torch >=2.2, <2. 11" ,
27- " torchvision >=0.20 " ,
26+ " torch >=2.11" ,
27+ " torchvision >=0.26 " ,
2828 " gaiaxpy >=2.1" ,
2929 " pyarrow >=19.0" ,
3030 " wandb >=0.20" ,
@@ -82,6 +82,19 @@ filterwarnings = [
8282[tool .pylint .TYPECHECK ]
8383generated-members = ' numpy.*, torch.*'
8484
85+ [tool .uv .sources ]
86+ torch = [
87+ { index = " pytorch-cu126" },
88+ ]
89+ torchvision = [
90+ { index = " pytorch-cu126" },
91+ ]
92+
93+ [[tool .uv .index ]]
94+ name = " pytorch-cu126"
95+ url = " https://download.pytorch.org/whl/cu126"
96+ explicit = true
97+
8598[[tool .uv .index ]]
8699name = " testpypi"
87100url = " https://test.pypi.org/simple/"
You can’t perform that action at this time.
0 commit comments