Skip to content

Commit

Permalink
Add missing dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
kklein committed Jun 18, 2024
1 parent 851cc94 commit e25b301
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
Changelog
=========

0.4.1 (2024-06-18)
------------------

* Fix dependencies for pip.

0.4.0 (2024-06-18)
------------------

Expand Down
13 changes: 12 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,28 @@ authors = [
{name = "QuantCo, Inc.", email = "[email protected]"},
]
classifiers = [
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"scikit-learn>=1.3",
"pandas",
"numpy",
"typing-extensions",
"git_root",
"shap",
"joblib>=1.2.0"
]

[project.urls]
repository = "https://github.com/quantco/metalearners"


[tool.setuptools.packages.find]
include = ["metalearners"]
namespaces = false
Expand Down

0 comments on commit e25b301

Please sign in to comment.