From 6b925f233be4596c8b5022ea1dcdb8cec8109c80 Mon Sep 17 00:00:00 2001 From: yunji Date: Mon, 2 Dec 2024 11:46:24 +0800 Subject: [PATCH] deps: upgrade gpt vis to v0.3 --- bindings/streamlit-gpt-vis/example/basic.py | 2 +- bindings/streamlit-gpt-vis/setup.py | 4 ++-- .../streamlit-gpt-vis/streamlit_gpt_vis/frontend/package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bindings/streamlit-gpt-vis/example/basic.py b/bindings/streamlit-gpt-vis/example/basic.py index d93fc88..64d38f1 100644 --- a/bindings/streamlit-gpt-vis/example/basic.py +++ b/bindings/streamlit-gpt-vis/example/basic.py @@ -3,7 +3,7 @@ # Add some test code to play with the component while it's in development. # During development, we can run this just as we would any other Streamlit -# app: `$ streamlit run my_component/example.py` +# app: `$ streamlit run example/basic.py` st.subheader("Component with constant args") diff --git a/bindings/streamlit-gpt-vis/setup.py b/bindings/streamlit-gpt-vis/setup.py index 457a5e9..6681178 100644 --- a/bindings/streamlit-gpt-vis/setup.py +++ b/bindings/streamlit-gpt-vis/setup.py @@ -9,7 +9,7 @@ here = os.path.abspath(os.path.dirname(__file__)) __title__ = "streamlit-gpt-vis" -__version__ = "0.0.2" +__version__ = "0.0.3" this_directory = Path(__file__).parent long_description = (this_directory / "README.md").read_text() @@ -50,7 +50,7 @@ def run(self): version=__version__, author="@lvisei", author_email="yunji.me@outlook.com", - description="Components for GPTs, generative AI, and LLM projects. Not only UI Components.", + description="Binding for GPT-Vis, Components for GPTs, generative AI, and LLM projects. Not only UI Components.", long_description=long_description, long_description_content_type="text/markdown", url="https://github.com/antvis/GPT-Vis/bindings/streamlit-gpt-vis", diff --git a/bindings/streamlit-gpt-vis/streamlit_gpt_vis/frontend/package.json b/bindings/streamlit-gpt-vis/streamlit_gpt_vis/frontend/package.json index cf1a300..ca07e9d 100644 --- a/bindings/streamlit-gpt-vis/streamlit_gpt_vis/frontend/package.json +++ b/bindings/streamlit-gpt-vis/streamlit_gpt_vis/frontend/package.json @@ -10,7 +10,7 @@ "preview": "vite preview" }, "dependencies": { - "@antv/gpt-vis": "^0.1.0", + "@antv/gpt-vis": "^0.3.0", "antd": "^5.22.1", "react": "^18.3.1", "react-dom": "^18.3.1",