drigoni commited on
Commit
1a672b2
1 Parent(s): 8d7ecfc

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. README.md +2 -2
  2. src/pyproject.toml +2 -2
README.md CHANGED
@@ -2,8 +2,8 @@
2
  ---
3
  tags: [gradio-custom-component,gradio-template-gallery,2D Molecular Structure,Gallery,RDKit,Molecular Structure]
4
  title: gradio_molgallery2d V1.0.0
5
- colorFrom: yellow
6
- colorTo: indigo
7
  sdk: docker
8
  pinned: false
9
  license: apache-2.0
 
2
  ---
3
  tags: [gradio-custom-component,gradio-template-gallery,2D Molecular Structure,Gallery,RDKit,Molecular Structure]
4
  title: gradio_molgallery2d V1.0.0
5
+ colorFrom: green
6
+ colorTo: purple
7
  sdk: docker
8
  pinned: false
9
  license: apache-2.0
src/pyproject.toml CHANGED
@@ -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", "2D Molecular Structure", "Gallery", "RDKit", "Molecular Structure"]
18
  # Add dependencies here
19
- dependencies = ["gradio>=4.8,<5.0", "gradio_client>=0.7.1", "rdkit"]
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_molgallery2d/templates", "*.pyi", "backend/gradio_molgallery2d/templates", "backend/gradio_molgallery2d/templates", "backend/gradio_molgallery2d/templates", "backend/gradio_molgallery2d/templates"]
39
 
40
  [tool.hatch.build.targets.wheel]
41
  packages = ["/backend/gradio_molgallery2d"]
 
16
  authors = [{ name = "Davide Rigoni", email = "davider1994@gmail.com" }]
17
  keywords = ["gradio-custom-component", "gradio-template-gallery", "2D Molecular Structure", "Gallery", "RDKit", "Molecular Structure"]
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_molgallery2d/templates", "*.pyi", "backend/gradio_molgallery2d/templates", "backend/gradio_molgallery2d/templates", "backend/gradio_molgallery2d/templates", "backend/gradio_molgallery2d/templates", "backend/gradio_molgallery2d/templates", "backend/gradio_molgallery2d/templates"]
39
 
40
  [tool.hatch.build.targets.wheel]
41
  packages = ["/backend/gradio_molgallery2d"]