Skip to content

Commit

Permalink
Fix dependency for openai 1.30 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Yun-Kim committed Jan 24, 2025
1 parent 5081873 commit a9c98cf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.7
# by the following command:
#
# pip-compile --allow-unsafe --config=pyproject.toml --no-annotate --resolver=backtracking .riot/requirements/18213af.in
# pip-compile --allow-unsafe --config=pyproject.toml --no-annotate --resolver=backtracking .riot/requirements/df60af6.in
#
annotated-types==0.5.0
anyio==3.7.1
Expand All @@ -21,9 +21,12 @@ importlib-metadata==6.7.0
iniconfig==2.0.0
mock==5.1.0
multidict==6.0.5
openai==1.30.1
numpy==1.21.6
openai[datalib]==1.30.1
opentracing==2.4.0
packaging==24.0
pandas==1.3.5
pandas-stubs==1.2.0.62
pillow==9.5.0
pluggy==1.2.0
pydantic==2.5.3
Expand All @@ -33,6 +36,8 @@ pytest-asyncio==0.21.1
pytest-cov==4.1.0
pytest-mock==3.11.1
pytest-randomly==3.12.0
python-dateutil==2.9.0.post0
pytz==2024.2
pyyaml==6.0.1
six==1.17.0
sniffio==1.3.1
Expand Down
2 changes: 1 addition & 1 deletion riotfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -2506,7 +2506,7 @@ def select_pys(min_version: str = MIN_PYTHON_VERSION, max_version: str = MAX_PYT
Venv(
pys="3.7",
pkgs={
"openai": "==1.30.1",
"openai[datalib]": "==1.30.1",
"pillow": "==9.5.0",
},
),
Expand Down

0 comments on commit a9c98cf

Please sign in to comment.