File tree Expand file tree Collapse file tree 1 file changed +23
-1
lines changed
Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change 11[project ]
22name = " pyfixest"
3- version = " 0.40.0 "
3+ version = " 0.40.1 "
44description = " Fast high dimensional fixed effect estimation following syntax of the fixest R package."
55authors = [
66 {
name =
" Alexander Fischer" ,
email =
" [email protected] " },
@@ -9,6 +9,28 @@ authors = [
99readme = " README.md"
1010requires-python = " >=3.9"
1111license = { text = " MIT" }
12+ dependencies = [
13+ " scipy>=1.6,<1.16" ,
14+ " formulaic>=1.1.0" ,
15+ " pandas>=1.1.0" ,
16+ " numba>=0.58.0" ,
17+ " seaborn>=0.13.2" ,
18+ " tabulate>=0.9.0" ,
19+ " tqdm>=4.0.0" ,
20+ " great_tables>=0.10.0" ,
21+ " numpy>=1.25.2" ,
22+ " narwhals>=1.13.3" ,
23+ " joblib>=1.4.2,<2" ,
24+ ]
25+
26+ [project .optional-dependencies ]
27+ jax = [
28+ " jax>=0.4.15" ,
29+ " jaxlib>=0.4.15" ,
30+ ]
31+ plots = [
32+ " lets-plot>=4.0.0" ,
33+ ]
1234
1335[build-system ]
1436requires = [" maturin>=1.8,<2.0" ]
You can’t perform that action at this time.
0 commit comments