diff --git a/dev-requirements.txt b/dev-requirements.txt index 3e8321097..0f2d71fc6 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,10 +1,17 @@ aiomultiprocess==0.9.0 black==23.9.1 datasets==2.18.0 -gitpython==3.1.41 +fire==0.5.0 isort==5.12.0 pip-licenses==4.3.3 plotly==5.18.0 pyright==1.1.358 pytest-xdist==3.3.1 +pytest==7.4.0 +pytest-asyncio==0.21.1 +pytest-mock==3.11.1 +pytest-reportlog==0.4.0 +pytest-timeout==2.2.0 +python-dotenv==1.0.0 ruff==0.0.292 +tiktoken==0.6.0 diff --git a/requirements.txt b/requirements.txt index 51712e97b..d862998ff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,22 +1,14 @@ -attrs==23.1.0 +attrs>=23.1.0 backoff==2.2.1 -chromadb==0.4.24 -fire==0.5.0 gitpython==3.1.41 httpx==0.25.1 jinja2==3.1.3 jsonschema>=4.17.0 -numpy==1.26.0 +numpy>=1.22.0 openai==1.13.3 pillow==10.1.0 prompt-toolkit==3.0.39 Pygments==2.15.1 -pytest==7.4.0 -pytest-asyncio==0.21.1 -pytest-mock==3.11.1 -pytest-reportlog==0.4.0 -pytest-timeout==2.2.0 -python-dotenv==1.0.0 ragdaemon~=0.1.0 selenium==4.15.2 sentry-sdk==1.34.0 @@ -26,7 +18,6 @@ spiceai~=0.1.0 termcolor==2.3.0 textual==0.47.1 textual-autocomplete==2.1.0b0 -tiktoken==0.6.0 typing_extensions==4.8.0 tqdm>=4.66.1 webdriver_manager==4.0.1