Skip to content

Commit

Permalink
updated pyproject.toml to reduce dependencies duckdv, pyarrow, scipy
Browse files Browse the repository at this point in the history
  • Loading branch information
artiom-matvei committed Oct 27, 2024
1 parent 65f9d19 commit f8840a7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@ description = "Predictions, counterfactual comparisons, slopes, and hypothesis t
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"duckdb >=1.1.2",
"narwhals >=1.10.0",
"numpy >=2.0.0",
"patsy >=0.5.6",
"polars >=1.7.0",
"pyarrow >=17.0.0",
"scipy >=1.14.1",
"plotnine >=0.13.6",
"scipy >=1.14.1",
]

[project.optional-dependencies]
test = [
"pandas >=2.2.2",
"duckdb >=1.1.2",
"matplotlib >=3.7.1",
"typing-extensions >=4.7.0",
"statsmodels >=0.14.0",
"pandas >=2.2.2",
"pyarrow >=17.0.0",
"pyfixest >=0.24.2",
"statsmodels >=0.14.0",
"typing-extensions >=4.7.0",
]

[tool.uv]
Expand Down
8 changes: 4 additions & 4 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f8840a7

Please sign in to comment.