Skip to content

Commit

Permalink
add msca to list of required dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mbi6245 committed Jul 9, 2024
1 parent 2e5ddc8 commit 0467f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ classifiers = [
"License :: OSI Approved :: BSD License",
"Natural Language :: English",
]
dependencies = ["typing", "numpy", "pandas"]
dependencies = ["typing", "numpy", "pandas", "msca"]

[project.optional-dependencies]
test = ["pytest", "pytest-cov"]
Expand Down

0 comments on commit 0467f80

Please sign in to comment.