Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
Numpy and attrs no longer pinned to exact versions.
Chroma removed (used by ragdaemon now)
pytest and fire dependencies moved to dev-requirements
  • Loading branch information
jakethekoenig committed Apr 17, 2024
1 parent 7adf407 commit f099ef2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
9 changes: 8 additions & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -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
13 changes: 2 additions & 11 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit f099ef2

Please sign in to comment.