Skip to content

Commit

Permalink
change python version constraints to be compatible with argilla; add …
Browse files Browse the repository at this point in the history
…rich
  • Loading branch information
kdutia committed Dec 5, 2023
1 parent b798c77 commit 052c59f
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 34 deletions.
99 changes: 66 additions & 33 deletions poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = ""
authors = ["CPR-tech-team <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.9"
python = ">=3.9,<3.12"
uvicorn = {extras = ["standard"], version = "^0.20.0"}
fastapi = "^0.92.0"
cpr-data-access = {git = "https://github.com/climatepolicyradar/data-access.git", rev = "v0.1.5"}
Expand All @@ -26,6 +26,7 @@ argilla = "^1.7.0"
setfit = "^0.7.0"
beautifulsoup4 = "^4.12.2"
spacy = "^3.5.3"
rich = "^13.7.0"

[tool.poetry.dev-dependencies]
ruff = "^0.0.247"
Expand Down

0 comments on commit 052c59f

Please sign in to comment.