-
-
Notifications
You must be signed in to change notification settings - Fork 63
Expand file tree
/
Copy pathpyproject.toml
More file actions
31 lines (31 loc) · 729 Bytes
/
pyproject.toml
File metadata and controls
31 lines (31 loc) · 729 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 = "TFWP"
version = "0.1.0"
description = "Dependencies for the chapters of Tidy Finance with Python"
requires-python = ">=3.10"
dependencies = [
"adjusttext>=1.3.0",
"arrow>=1.4.0",
"fmpapi>=1.0.0",
"formulaic>=1.2.1",
"great-tables>=0.20.0",
"httpimport>=1.4.1",
"joblib>=1.5.3",
"jupyter>=1.1.1",
"jupyter-cache>=1.0.1",
"nbformat>=5.10.4",
"numba>=0.63.1",
"numpy>=2.2.6",
"pandas>=2.3.3",
"plotnine>=0.15.1",
"pyfixest>=0.40.0",
"regtabletotext>=0.0.12",
"scikit-learn>=1.7.2",
"scipy>=1.15.3",
"seaborn>=0.13.2",
"sqlalchemy>=2.0.45",
"statsmodels>=0.14.6",
"tidyfinance>=0.2.5",
"tqdm>=4.67.1",
"xlrd>=2.0.2",
]