Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 1.0.0 #12

Merged
merged 2 commits into from
Aug 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions frontend/GraphXplore/streamlit_app.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import streamlit as st
from st_pages import Page, show_pages
import os
from src.utils import ICON_PATH, get_how_to_image_path
from src.workflow_widgets import Workflow

Expand Down
6 changes: 4 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "GraphXplore",
"version": "0.9.1",
"version": "1.0.0",
"author": "Louis Bellmann",
"description": "A tool for meta data extraction, data cleaning, visual exploration using graphs and dashboards",
"license": "MIT",
Expand All @@ -21,7 +21,9 @@
"icon" : "./GraphXplore/graphxplore_icon.png"
},
"linux" : {
"icon" : "./GraphXplore/graphxplore_icon.png"
"icon" : "./GraphXplore/graphxplore_icon.png",
"category" : "Science",
"target" : "zip"
}
},
"devDependencies": {
Expand Down
3 changes: 1 addition & 2 deletions frontend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
chardet
plotly
pandas
st-pages
pandas
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include = ["graphxplore", "graphxplore.*"]

[project]
name="graphxplore"
version="0.9.1"
version="1.0.0"
authors = [
{name="Louis Bellmann"}
]
Expand Down