Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files- README.md +2 -2
- requirements.txt +1 -1
- src/pyproject.toml +3 -3
README.md
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
|
2 |
---
|
3 |
tags: [gradio-custom-component,gradio-template-Gallery,Molecules Structures,3D structures,py3Dmol]
|
4 |
-
title: gradio_molgallery3d
|
5 |
-
colorFrom:
|
6 |
colorTo: yellow
|
7 |
sdk: docker
|
8 |
pinned: false
|
|
|
1 |
|
2 |
---
|
3 |
tags: [gradio-custom-component,gradio-template-Gallery,Molecules Structures,3D structures,py3Dmol]
|
4 |
+
title: gradio_molgallery3d V1.1.0
|
5 |
+
colorFrom: red
|
6 |
colorTo: yellow
|
7 |
sdk: docker
|
8 |
pinned: false
|
requirements.txt
CHANGED
@@ -1 +1 @@
|
|
1 |
-
gradio_molgallery3d-
|
|
|
1 |
+
gradio_molgallery3d-1.1.0-py3-none-any.whl
|
src/pyproject.toml
CHANGED
@@ -8,7 +8,7 @@ build-backend = "hatchling.build"
|
|
8 |
|
9 |
[project]
|
10 |
name = "gradio_molgallery3d"
|
11 |
-
version = "1.
|
12 |
description = "A Gradio component designed for displaying an interactive gallery of 3D molecular structures."
|
13 |
readme = "README.md"
|
14 |
license = "GPL-3.0-only" #"GNU General Public License v3.0"
|
@@ -16,7 +16,7 @@ requires-python = ">=3.8"
|
|
16 |
authors = [{ name = "Davide Rigoni", email = "davider1994@gmail.com" }]
|
17 |
keywords = ["gradio-custom-component", "gradio-template-Gallery", "Molecules Structures", "3D structures", "py3Dmol"]
|
18 |
# Add dependencies here
|
19 |
-
dependencies = ["gradio
|
20 |
classifiers = [
|
21 |
'Development Status :: 3 - Alpha',
|
22 |
'Operating System :: OS Independent',
|
@@ -35,7 +35,7 @@ classifiers = [
|
|
35 |
dev = ["build", "twine"]
|
36 |
|
37 |
[tool.hatch.build]
|
38 |
-
artifacts = ["/backend/gradio_molgallery3d/templates", "*.pyi", "backend/gradio_molgallery3d/templates", "backend/gradio_molgallery3d/templates", "backend/gradio_molgallery3d/templates", "backend/gradio_molgallery3d/templates", "backend/gradio_molgallery3d/templates", "backend/gradio_molgallery3d/templates", "backend/gradio_molgallery3d/templates"]
|
39 |
|
40 |
[tool.hatch.build.targets.wheel]
|
41 |
packages = ["/backend/gradio_molgallery3d"]
|
|
|
8 |
|
9 |
[project]
|
10 |
name = "gradio_molgallery3d"
|
11 |
+
version = "1.1.0"
|
12 |
description = "A Gradio component designed for displaying an interactive gallery of 3D molecular structures."
|
13 |
readme = "README.md"
|
14 |
license = "GPL-3.0-only" #"GNU General Public License v3.0"
|
|
|
16 |
authors = [{ name = "Davide Rigoni", email = "davider1994@gmail.com" }]
|
17 |
keywords = ["gradio-custom-component", "gradio-template-Gallery", "Molecules Structures", "3D structures", "py3Dmol"]
|
18 |
# Add dependencies here
|
19 |
+
dependencies = ["gradio==4.8", "gradio_client==0.7.1", "rdkit"]
|
20 |
classifiers = [
|
21 |
'Development Status :: 3 - Alpha',
|
22 |
'Operating System :: OS Independent',
|
|
|
35 |
dev = ["build", "twine"]
|
36 |
|
37 |
[tool.hatch.build]
|
38 |
+
artifacts = ["/backend/gradio_molgallery3d/templates", "*.pyi", "backend/gradio_molgallery3d/templates", "backend/gradio_molgallery3d/templates", "backend/gradio_molgallery3d/templates", "backend/gradio_molgallery3d/templates", "backend/gradio_molgallery3d/templates", "backend/gradio_molgallery3d/templates", "backend/gradio_molgallery3d/templates", "backend/gradio_molgallery3d/templates"]
|
39 |
|
40 |
[tool.hatch.build.targets.wheel]
|
41 |
packages = ["/backend/gradio_molgallery3d"]
|