Skip to content

Commit

Permalink
allow python greater than 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
willeppy committed May 8, 2024
1 parent e4791e3 commit fd3174b
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 46 deletions.
100 changes: 56 additions & 44 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ packages = [{ include = "texture" }]
include = ["texture/frontend/**/*"]

[tool.poetry.dependencies]
python = "3.10.*"
python = "^3.10"
pandas = "^2.1.0"
sentence-transformers = "^2.2.2"
pyod = "^1.1.0"
torch = "^2.1.1"
fastapi = "^0.104.1"
pydantic = "^2.5.2"
duckdb = "^0.9.2"
duckdb = "^0.10.2"
pyarrow = "^14.0.1"
orjson = "^3.9.10"
uvicorn = { extras = ["standard"], version = "^0.24.0.post1" }
Expand Down

0 comments on commit fd3174b

Please sign in to comment.