Skip to content

Commit

Permalink
build(deps): loosened version constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Nov 15, 2024
1 parent e10885e commit d6a9275
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 42 deletions.
73 changes: 34 additions & 39 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ numpy = "<2.0.0"
chromadb = "^0.4.22"
sentence-transformers = "^2.2.2"
pydantic = "^2.5.2"
click = "^8.1.7"
rich = "^13.7.0"
tiktoken = "^0.5.2"
click = "*"
rich = "*"
tiktoken = ">=0.7"
watchdog = "^3.0.0"
psutil = "^6.1.0"

Expand Down

0 comments on commit d6a9275

Please sign in to comment.