Skip to content

Commit

Permalink
Update poetry package to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Zochory committed Jul 22, 2024
1 parent ea6c6dd commit 681f1c8
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 3 deletions.
1 change: 0 additions & 1 deletion __azurite_db_blob__.json

This file was deleted.

1 change: 0 additions & 1 deletion __azurite_db_blob_extent__.json

This file was deleted.

46 changes: 46 additions & 0 deletions notebook/get-started-graphfleet.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"\n",
"\u001b[31;1mNo module named 'packaging'\u001b[39;22m\n",
"\n",
"\u001b[31;1mNo module named 'packaging'\u001b[39;22m\n"
]
}
],
"source": [
"! poetry shell\n",
"! poetry install\n"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "graphfleet-bVb82vZ5-py3.12",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.0"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "graphfleet"
version = "0.1.0"
version = "0.1.1"
description = "Build upon GraphRAG, provide a quick solution setup and is part of the overall Qredence System like AgenticFleet and FleetUI"
authors = ["Zachary <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 681f1c8

Please sign in to comment.