Skip to content

Commit

Permalink
fix optional dep. telekom#15
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipMay committed Aug 12, 2021
1 parent 7c8a28e commit d183718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
project_name = "transformer_tools"
source_code = "https://github.com/telekom/transformer-tools"
keywords = "torch pytorch transformers nlp nlu"
install_requires = ["torch", "transformers", "scikit-learn"]
install_requires = ["torch", "transformers", "scikit-learn", "pandas", "numpy"]
extras_require = {
"checking": [
"black",
Expand Down

0 comments on commit d183718

Please sign in to comment.