-
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.
remove grams from main dependencies (#15)
The GRAMS package causes lots of trouble installing SAND. Moreover, its continuously development makes it harder to have a stable SAND. This PR removes GRAMS from the main dependencies. Future work on using GRAMS as assistant will need to add it as optional dependency.
- Loading branch information
Showing
8 changed files
with
216 additions
and
116 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 |
---|---|---|
|
@@ -138,4 +138,5 @@ dmypy.json | |
sand.db | ||
poetry.lock | ||
|
||
sand/www | ||
sand/www | ||
/data |
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 = "2.1.13" | ||
version = "2.1.14" | ||
description = "UI for browsing/editing semantic descriptions" | ||
authors = ["Binh Vu <[email protected]>"] | ||
repository = "https://github.com/usc-isi-i2/sand" | ||
|
@@ -15,9 +15,8 @@ include = ["sand/www/**/*"] | |
sand = 'sand.__main__:cli' | ||
|
||
[tool.poetry.dependencies] | ||
python = ">=3.8,<3.11" | ||
kgdata = "^3.4.2" | ||
sm-grams = "^2.1.7" | ||
python = ">=3.8" | ||
kgdata = "^3.8.0" | ||
sem-desc = "^4.4.2" | ||
peewee = "^3.15.2" | ||
Flask = "^2.2.2" | ||
|
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
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
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
This file was deleted.
Oops, something went wrong.
Empty file.
Oops, something went wrong.