Skip to content

Commit

Permalink
Merge pull request #58 from graphbookai/dev
Browse files Browse the repository at this point in the history
Release v0.4.2
  • Loading branch information
rsamf authored Jul 31, 2024
2 parents 280d0cf + df404b7 commit 5b3b447
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 5 deletions.
44 changes: 42 additions & 2 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
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "graphbook"
version = "0.4.1"
version = "0.4.2"
authors = ["Richard Franklin <[email protected]>"]
description = "An extensible ML workflow framework built for data scientists and ML engineers."
keywords = ["ml", "workflow", "framework", "pytorch", "data science", "machine learning", "ai"]
Expand All @@ -23,7 +23,7 @@ repository = "https://github.com/graphbookai/graphbook"
graphbook = "graphbook.server:main"

[tool.poetry.dependencies]
python = "^3.11"
python = "^3.10"
torch = "^2.3.1"
aiohttp = "^3.9.4"
dill = "^0.3.8"
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "graphbook-web",
"private": true,
"version": "0.4.1",
"version": "0.4.2",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 5b3b447

Please sign in to comment.