forked from Agent-Artificial/synthia
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
43 lines (34 loc) · 798 Bytes
/
pyproject.toml
File metadata and controls
43 lines (34 loc) · 798 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[tool.poetry]
name = "synthia"
version = "0.1.0"
description = "CommuneX Validators"
authors = ["supreme <zimulajan0@gmail.com>"]
license = "MIT"
readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.10, <4.0"
typer = "^0.9.0"
python-dotenv = "^1.0.1"
pydantic-settings = "^2.2.1"
communex= "^0.1.34.1"
keylimiter = "^0.1.5"
slowapi = "^0.1.9"
python-multipart = "^0.0.5"
anthropic = "^0.21.3"
openai = "^1.14.2"
numpy = "^1.26.4"
tensorflow = "^2.16.1"
tf-keras = "^2.16.0"
polars = "^0.20.16"
polars-distance = "^0.4.2"
pot = "^0.9.3"
transformers = "^4.39.1"
fuzzywuzzy = "^0.18.0"
python-levenshtein = "^0.25.0"
datasets = "^1.14.0"
huggingface_hub = "^0.19.3"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.pyright]
strict = ["src"]