Skip to content

Commit

Permalink
fixup! feat: ➕ add joblib dependency for caching capability
Browse files Browse the repository at this point in the history
  • Loading branch information
dubusster committed Aug 23, 2023
1 parent 55aacde commit 09bc497
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ def package_files(directory):
install_requires=[
"numpy",
"pandas",
"joblib",
"future-annotations;python_version<'3.7'",
]
+ get_requires("requirements.txt"),
Expand Down

0 comments on commit 09bc497

Please sign in to comment.