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.
2 parents cfea148 + aa7454f commit eb6c3e6Copy full SHA for eb6c3e6
nerfview/_renderer.py
@@ -160,3 +160,4 @@ def run(self):
160
jpeg_quality=70 if task.action in ["static", "update"] else 40,
161
depth=depth,
162
)
163
+ self.client.flush()
pyproject.toml
@@ -1,5 +1,5 @@
1
[build-system]
2
-requires = ["setuptools==65.6.3"]
+requires = ["setuptools>=68.0.0"]
3
build-backend = "setuptools.build_meta"
4
5
[project]
@@ -18,7 +18,7 @@ classifiers = [
18
"License :: OSI Approved :: MIT License",
19
"Operating System :: OS Independent",
20
]
21
-dependencies = ["viser>=0.2.1", "jaxtyping>=0.2.15"]
+dependencies = ["viser>=0.2.1"]
22
23
[project.optional-dependencies]
24
dev = ["black", "isort", "ipdb"]
0 commit comments