fix: out of tokens because of version logs

This commit is contained in:
Florian Hönicke
2023-04-18 11:23:35 +02:00
parent 88642564b7
commit 56d79b026e
3 changed files with 8 additions and 0 deletions

View File

@@ -79,6 +79,7 @@ def requirements_file_task():
"Write the content of the requirements.txt file. "
"Make sure to include pytest. "
"Make sure that jina==3.14.1. "
"Make sure that docarray==0.21.0. "
"All versions are fixed using ~=, ==, <, >, <=, >=. The package versions should not have conflicts. ",
REQUIREMENTS_FILE_TAG,
REQUIREMENTS_FILE_NAME