-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
31 lines (29 loc) · 872 Bytes
/
pyproject.toml
File metadata and controls
31 lines (29 loc) · 872 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
[project]
name = "Ticker Checker"
version = "0.1.0"
description = ""
authors = [
{name = "Mohammad Wasil Saleem",email = "mohammad-wasil.saleem.ext@siemens.com"}
]
readme = "README.md"
requires-python = ">=3.10,<3.14"
dependencies = [
"scikit-learn (>=1.7.2,<2.0.0)",
"pandas (>=2.3.2,<3.0.0)",
"tokenizers (>=0.22.1,<0.23.0)",
"torch (>=2.8.0,<3.0.0)",
"matplotlib (>=3.10.6,<4.0.0)",
"mlflow (>=3.4.0,<4.0.0)",
"langchain-core (>=0.3.76,<0.4.0)",
"langchain-community (>=0.3.29,<0.4.0)",
"jq (>=1.10.0,<2.0.0)",
"sentence-transformers (>=5.1.1,<6.0.0)",
"chromadb (>=1.1.0,<2.0.0)",
"xgboost (>=3.0.5,<4.0.0)",
"certifi (>=2025.8.3,<2026.0.0)",
"requests (>=2.32.5,<3.0.0)",
"seaborn (>=0.13.2,<0.14.0)"
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"