🧪 test: level 2

This commit is contained in:
Florian Hönicke
2023-05-01 18:03:37 +02:00
parent 836255c204
commit 5d6e5810f5
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
jina==3.15.1.dev14
click
streamlit==1.9.0
openai>=0.26.0
openai>=0.27.5
psutil
jcloud
jina-hubble-sdk

View File

@@ -232,7 +232,7 @@ metas:
lines = [line for line in lines if not any([pkg in line for pkg in ['jina', 'docarray', 'openai', 'pytest', 'gpt_3_5_turbo_api']])]
content_modified = f'''jina==3.15.1.dev14
docarray==0.21.0
openai==0.26.0
openai==0.27.5
pytest
{os.linesep.join(lines)}'''
return {REQUIREMENTS_FILE_NAME: content_modified}