-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Binh Vu
committed
Dec 5, 2023
1 parent
1ad1345
commit 49d81fe
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "web-sand" | ||
version = "3.1.2" | ||
version = "4.0.0" | ||
description = "UI for browsing/editing semantic descriptions" | ||
authors = ["Binh Vu <[email protected]>"] | ||
repository = "https://github.com/usc-isi-i2/sand" | ||
|
@@ -14,9 +14,9 @@ sand = 'sand.__main__:cli' | |
|
||
[tool.poetry.dependencies] | ||
# restricting the upper bound python version to 3.12, due to RestrictedPython dependency. | ||
python = ">=3.8,<3.12" | ||
kgdata = "^5.3.5" | ||
sem-desc = "^5.1.0" | ||
python = ">=3.9, <3.12" | ||
kgdata = "^6.0.0" | ||
sem-desc = "^6.0.0" | ||
peewee = "^3.15.2" | ||
Flask = "^2.2.2" | ||
python-dotenv = ">= 0.19.0, < 0.20.0" | ||
|