Skip to content

Commit aaa781b

Browse files
committedAug 16, 2023
Change dependencies
1 parent 7af88cd commit aaa781b

File tree

2 files changed

+79
-79
lines changed

2 files changed

+79
-79
lines changed
 

‎poetry.lock

+77-76
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎pyproject.toml

+2-3
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,11 @@ tensorflow-io-gcs-filesystem = {version = "0.31.0", optional = true} # Another t
3636
transformers = {version = ">=4.29.0", optional = true}
3737
llama-cpp-python = ">=0.1.52"
3838
seaborn = {version = ">=0.12.2", optional = true}
39-
litestar = {extras = ["cli"], version = ">=2.0.0b4", optional = true}
39+
litestar = {extras = ["cli", "standard"], version = "^2.0.0rc1"}
4040
stressrnn = {git = "https://github.com/Vuizur/StressRNN", optional = true}
4141
tensorflow = {version = ">=2.10.0", optional = true}
4242
pandas = {version = ">=2.0.3", optional = true}
4343
pandas-stubs = {version = ">=2.0.2.230605", optional = true}
44-
uvicorn = {version = "^0.23.2", optional = true}
4544

4645
[tool.poetry.dev-dependencies]
4746
black = ">=22.6.0"
@@ -54,7 +53,7 @@ GUI = ["PyQt6"]
5453
database-creation = ["ebook-dictionary-creator", "ruwiktionary-htmldump-parser", "mwxml"]
5554
benchmark = ["russtress", "russian-stress-benchmark", "russ", "tensorflow-io-gcs-filesystem", "seaborn", "pandas", "pandas-stubs"]
5655
word_sense_disambiguation = ["llama-cpp-python", "transformers", "openai"]
57-
server = ["litestar", "uvicorn"]
56+
server = ["litestar"]
5857
stressrnn = ["stressrnn", "tensorflow"] # For some reason poetry downloads an older tensorflow
5958

6059
[tool.pyright]

0 commit comments

Comments
 (0)
Please sign in to comment.