diff options
author | 2021-03-23 19:23:52 -0700 | |
---|---|---|
committer | 2021-03-23 19:23:52 -0700 | |
commit | 8955261a2c6841a263b55817dd0d7d78199a7acf (patch) | |
tree | 36506c2a6ee7f80217e896fdb3f8641a96af6c1a | |
parent | Add binarytree package to eval environment (diff) |
Remove binarytree package
It needs setuptools which requires --ignore-installed to be used.
That causes all dependencies to be re-installed and therefore always
invalidates the cache. Not worth it.
-rw-r--r-- | deployment.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/deployment.yaml b/deployment.yaml index 8353ab4..0b294d2 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -34,7 +34,6 @@ spec: pip install --user arrow~=0.17 attrs~=20.3 - binarytree~=6.2 beautifulsoup4~=4.9 forbiddenfruit~=0.1 fuzzywuzzy~=0.18 |