diff --git a/.riot/requirements/18213af.txt b/.riot/requirements/df60af6.txt similarity index 82% rename from .riot/requirements/18213af.txt rename to .riot/requirements/df60af6.txt index 14ffa58351..5143f0e0a7 100644 --- a/.riot/requirements/18213af.txt +++ b/.riot/requirements/df60af6.txt @@ -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 @@ -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 @@ -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 diff --git a/riotfile.py b/riotfile.py index 98912b1c38..bcccd39c17 100644 --- a/riotfile.py +++ b/riotfile.py @@ -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", }, ),