radames commited on
Commit
6eea0ad
·
verified ·
1 Parent(s): d80bf49

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. src/pyproject.toml +2 -2
src/pyproject.toml CHANGED
@@ -8,7 +8,7 @@ build-backend = "hatchling.build"
8
 
9
  [project]
10
  name = "gradio_rerun"
11
- version = "0.0.4"
12
  description = "Rerun viewer with Gradio"
13
  readme = "README.md"
14
  license = "apache-2.0"
@@ -24,7 +24,7 @@ keywords = [
24
  "rerun-viewer",
25
  ]
26
  # Add dependencies here
27
- dependencies = ["gradio>=4.0,<5.0", "rerun-sdk==0.17.0", "opencv-python"]
28
  classifiers = [
29
  'Development Status :: 3 - Alpha',
30
  'Operating System :: OS Independent',
 
8
 
9
  [project]
10
  name = "gradio_rerun"
11
+ version = "0.0.5"
12
  description = "Rerun viewer with Gradio"
13
  readme = "README.md"
14
  license = "apache-2.0"
 
24
  "rerun-viewer",
25
  ]
26
  # Add dependencies here
27
+ dependencies = ["gradio>=4.0,<5.0", "rerun-sdk>=0.17.0", "opencv-python"]
28
  classifiers = [
29
  'Development Status :: 3 - Alpha',
30
  'Operating System :: OS Independent',