Skip to content

Commit

Permalink
Update Gradio packages (#1255)
Browse files Browse the repository at this point in the history
Update Gradio packages

TSIA, not on v0.0.13
  • Loading branch information
rossdanlm authored Feb 15, 2024
2 parents e883094 + c1b9247 commit 1c68007
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions gradio-notebook/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gradio_notebook",
"version": "0.2.9",
"version": "0.2.10",
"description": "Gradio UI packages",
"type": "module",
"author": "",
Expand All @@ -22,7 +22,7 @@
"@gradio/client": "^0.10.1",
"@gradio/statustracker": "0.4.0",
"@gradio/utils": "0.2.0",
"@lastmileai/aiconfig-editor": "^0.1.26",
"@lastmileai/aiconfig-editor": "^0.1.28",
"@mantine/core": "^6.0.7",
"@tabler/icons-react": "^2.44.0",
"@types/uuid": "^9.0.7",
Expand Down
8 changes: 4 additions & 4 deletions gradio-notebook/frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -679,10 +679,10 @@
"@jridgewell/resolve-uri" "^3.1.0"
"@jridgewell/sourcemap-codec" "^1.4.14"

"@lastmileai/aiconfig-editor@^0.1.26":
version "0.1.26"
resolved "https://registry.yarnpkg.com/@lastmileai/aiconfig-editor/-/aiconfig-editor-0.1.26.tgz#0c9b3151dcc955fb4bb32bd0b1ca360c54b0d28c"
integrity sha512-z8ZTiYjj7to7MbMj5Mf7xwYkx0EY7iOCrzDkirjRJ+Yp3//Lvzez/0NEFFw4JCVTk9akajZcy795h4WRpawbdA==
"@lastmileai/aiconfig-editor@^0.1.28":
version "0.1.28"
resolved "https://registry.yarnpkg.com/@lastmileai/aiconfig-editor/-/aiconfig-editor-0.1.28.tgz#f1b19461369759ff6b940a001509d3994b2a5b24"
integrity sha512-/TrwnGrqIJjv2NyzShhXfzmBuPeh6m38MOLgHBbur88uQd/JqxjRj9+dbny/1DGMTKR5cbD7+DRgLcWOutI5xA==
dependencies:
"@emotion/react" "^11.11.1"
"@mantine/carousel" "^6.0.7"
Expand Down
2 changes: 1 addition & 1 deletion gradio-notebook/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-backend = "hatchling.build"

[project]
name = "gradio_notebook"
version = "0.0.12"
version = "0.0.14"
description = "Notebook for interacting with models in AIConfig"
readme = "README.md"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions gradio-notebook/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# TODO (remove hard pin to gradio once this is fixed and buttons no longer hang)
# gradio>=4.0,<5.0
gradio==4.16.0
python-aiconfig>=1.1.24
aiconfig-extension-hugging-face>=0.0.12
python-aiconfig>=1.1.25
aiconfig-extension-hugging-face>=0.0.13

#Uploading AIConfig to S3 and lastmile endpoints for sharing
boto3
Expand Down

0 comments on commit 1c68007

Please sign in to comment.