Skip to content

Commit bb115eb

Browse files
committed
Fix pyvista dependency
1 parent 069c1d8 commit bb115eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license = {text = "MIT"}
1212
authors = [{name = "Vivek Gopalakrishnan", email = "vivekg@mit.edu"}]
1313
keywords = ['nbdev', 'jupyter', 'notebook', 'python']
1414
classifiers = ["Natural Language :: English", "Intended Audience :: Developers", "Development Status :: 3 - Alpha", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only"]
15-
dependencies = ['matplotlib', 'seaborn', 'tqdm', 'imageio', 'fastcore', "'pyvista[all]'", 'einops', 'torchvision', 'scipy', 'torchio', 'timm', 'numpy', 'kornia', 'roma', 'torch', 'roma']
15+
dependencies = ['matplotlib', 'seaborn', 'tqdm', 'imageio', 'fastcore', 'pyvista[all]', 'einops', 'torchvision', 'scipy', 'torchio', 'timm', 'numpy', 'kornia', 'roma', 'torch', 'roma']
1616

1717
[project.urls]
1818
Repository = "https://github.com/eigenvivek/DiffDRR"

0 commit comments

Comments
 (0)