generated from renlabs-dev/commune-subnet-template
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpyproject.toml
52 lines (40 loc) · 952 Bytes
/
pyproject.toml
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
44
45
46
47
48
49
50
51
52
[tool.poetry]
name = "comtensor"
version = "0.1.0"
description = "ComTensor Subnet"
authors = ["Passion <[email protected]>"]
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.33"
keylimiter = "^0.1.5"
slowapi = "^0.1.9"
python-multipart = "^0.0.5"
anthropic = "^0.21.3"
openai = "^1.30.4"
google-generativeai = "^0.5.4"
groq = "^0.8.0"
mistralai = "^0.2.0"
together = "^1.2.0"
scikit-learn = "^1.5.0"
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"]
# reportUnusedVariable = "warning"