oxkitsune commited on
Commit
a0e3696
1 Parent(s): e9ee731

use gradio-rerun-viewer 0.0.8

Browse files
Files changed (3) hide show
  1. pyproject.toml +1 -2
  2. requirements.txt +1 -1
  3. uv.lock +7 -3
pyproject.toml CHANGED
@@ -8,7 +8,7 @@ dependencies = [
8
  "attrs>=24.2.0",
9
  "depth-pro",
10
  "gradio>=4.44.1",
11
- "gradio-rerun",
12
  "rerun-sdk==0.19.0",
13
  "spaces>=0.30.3",
14
  ]
@@ -24,4 +24,3 @@ dev-dependencies = [
24
 
25
  [tool.uv.sources]
26
  depth-pro = { git = "https://github.com/apple/ml-depth-pro" }
27
- gradio-rerun = { git = "https://github.com/oxkitsune/gradio-rerun-viewer", branch = "gijs/rerun-0.19" }
 
8
  "attrs>=24.2.0",
9
  "depth-pro",
10
  "gradio>=4.44.1",
11
+ "gradio-rerun>=0.0.8",
12
  "rerun-sdk==0.19.0",
13
  "spaces>=0.30.3",
14
  ]
 
24
 
25
  [tool.uv.sources]
26
  depth-pro = { git = "https://github.com/apple/ml-depth-pro" }
 
requirements.txt CHANGED
@@ -22,7 +22,7 @@ fonttools==4.54.1
22
  fsspec==2024.9.0
23
  gradio==4.44.1
24
  gradio-client==1.3.0
25
- gradio-rerun==0.0.6
26
  h11==0.14.0
27
  httpcore==1.0.6
28
  httpx==0.27.2
 
22
  fsspec==2024.9.0
23
  gradio==4.44.1
24
  gradio-client==1.3.0
25
+ gradio-rerun==0.0.8
26
  h11==0.14.0
27
  httpcore==1.0.6
28
  httpx==0.27.2
uv.lock CHANGED
@@ -500,13 +500,17 @@ wheels = [
500
 
501
  [[package]]
502
  name = "gradio-rerun"
503
- version = "0.0.7"
504
- source = { git = "https://github.com/oxkitsune/gradio-rerun-viewer?branch=gijs%2Frerun-0.19#19b28a2045047f0ae4480d0a450811a075c79056" }
505
  dependencies = [
506
  { name = "gradio" },
507
  { name = "opencv-python" },
508
  { name = "rerun-sdk" },
509
  ]
 
 
 
 
510
 
511
  [[package]]
512
  name = "h11"
@@ -1726,7 +1730,7 @@ requires-dist = [
1726
  { name = "attrs", specifier = ">=24.2.0" },
1727
  { name = "depth-pro", git = "https://github.com/apple/ml-depth-pro" },
1728
  { name = "gradio", specifier = ">=4.44.1" },
1729
- { name = "gradio-rerun", git = "https://github.com/oxkitsune/gradio-rerun-viewer?branch=gijs%2Frerun-0.19" },
1730
  { name = "rerun-sdk", specifier = "==0.19.0" },
1731
  { name = "spaces", specifier = ">=0.30.3" },
1732
  ]
 
500
 
501
  [[package]]
502
  name = "gradio-rerun"
503
+ version = "0.0.8"
504
+ source = { registry = "https://pypi.org/simple" }
505
  dependencies = [
506
  { name = "gradio" },
507
  { name = "opencv-python" },
508
  { name = "rerun-sdk" },
509
  ]
510
+ sdist = { url = "https://files.pythonhosted.org/packages/4c/60/20f12781d9dd304628564135cd39e0dc35110392fda326d9e3748ec6f69c/gradio_rerun-0.0.8.tar.gz", hash = "sha256:d5fcd11d36bb184c5fcd4b52641e14f30af33427a72e442b1bd71d0e14079212", size = 52655248 }
511
+ wheels = [
512
+ { url = "https://files.pythonhosted.org/packages/b2/a9/05fdea851d5c7e4d4d256ae7789d0a64b6e844a637fd010f75944c1e8b43/gradio_rerun-0.0.8-py3-none-any.whl", hash = "sha256:d4587adf65ee7d415973e35c4c44c6dfa7b7ebd3a3f0cbe1d77179a3d0c464b2", size = 11483949 },
513
+ ]
514
 
515
  [[package]]
516
  name = "h11"
 
1730
  { name = "attrs", specifier = ">=24.2.0" },
1731
  { name = "depth-pro", git = "https://github.com/apple/ml-depth-pro" },
1732
  { name = "gradio", specifier = ">=4.44.1" },
1733
+ { name = "gradio-rerun", specifier = ">=0.0.8" },
1734
  { name = "rerun-sdk", specifier = "==0.19.0" },
1735
  { name = "spaces", specifier = ">=0.30.3" },
1736
  ]