Skip to content

Commit

Permalink
minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulnyk committed May 19, 2024
1 parent 2f31fb7 commit b06dcd6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "knowledge-graph-maker"
version = "0.1.2"
version = "0.2.0"
description = "Create knowledge graph out of any text using a given ontology"
authors = ["Rahul Nayak <[email protected]>"]
readme = "README.md"
Expand All @@ -12,7 +12,7 @@ pathlib = "^1.0.1"
uuid = "^1.30"
jupyterlab = "^4.0.8"
yachalk = "^0.1.5"
groq = "^0.5.0"
groq = "^0.6.0"
python-dotenv = "^1.0.1"
neo4j = "5.19.0"
neomodel = "^5.3.0"
Expand Down

0 comments on commit b06dcd6

Please sign in to comment.