-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
39 lines (39 loc) · 917 Bytes
/
pyproject.toml
File metadata and controls
39 lines (39 loc) · 917 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
[project]
name = "algorithmic-pricing-llms"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"deepmultilingualpunctuation>=1.0.1",
"dotenv>=0.9.9",
"hdbscan>=0.8.40",
"instructor>=1.9.0",
"ipykernel>=6.29.5",
"ipython>=9.3.0",
"ipywidgets>=8.1.7",
"jupyter>=1.1.1",
"linearmodels>=6.1",
"lmstudio>=1.3.1",
"matplotlib>=3.10.3",
"mistralai>=1.8.2",
"nltk>=3.9.1",
"numpy>=2.3.0",
"openai>=1.86.0",
"pandas>=2.3.0",
"plotly>=6.2.0",
"polars>=1.30.0",
"pre-commit>=4.2.0",
"pyarrow>=20.0.0",
"pydantic>=2.11.7",
"pydynpd>=0.2.1",
"requests>=2.32.4",
"ruff>=0.11.13",
"scikit-learn>=1.7.0",
"scipy==1.15.3",
"seaborn>=0.13.2",
"sentence-transformers>=5.0.0",
"statsmodels>=0.14.4",
"syntok>=1.4.4",
"wordcloud>=1.9.4",
]