Skip to content

Commit

Permalink
fix: update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
tiadams committed Jul 1, 2024
1 parent 8492959 commit 888697e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
12 changes: 11 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,22 @@
matplotlib~=3.8.1
numpy==1.25.2
openai~=0.28.0
openpyxl
pandas==2.1.0
pip==21.3.1
plotly~=5.17.0
python-dateutil==2.8.2
python-dotenv~=1.0.0
pytz==2023.3
seaborn~=0.13.0
sentence-transformers==2.3.1
setuptools==60.2.0
scikit-learn==1.3.2
six==1.16.0
thefuzz~=0.20.0
tzdata==2023.3
wheel==0.37.1
aiofiles~=0.7.0
SQLAlchemy~=2.0.27
scipy~=1.11.4
requests~=2.31.0
pydantic~=1.10.14
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,9 @@
'tzdata==2023.3',
'wheel==0.37.1',
'aiofiles~=0.7.0',
'uvicorn>=0.15.0',
'python-multipart',
'fastapi~=0.87.0',
'SQLAlchemy~=2.0.27',
'starlette~=0.21.0',
'scipy~=1.11.4',
'requests~=2.31.0',
'pydantic~=1.10.14'
],
classifiers=[
Expand Down

0 comments on commit 888697e

Please sign in to comment.