Skip to content

Commit

Permalink
Merge pull request Codium-ai#28 from didier-durand/main
Browse files Browse the repository at this point in the history
Update requirements.txt to work on MacOS
  • Loading branch information
mrT23 authored Feb 2, 2024
2 parents ced8fee + be70a65 commit 66a5103
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ fastapi==0.99.0
PyGithub==1.59.*
retry==0.9.2
Jinja2==3.1.2
tiktoken==0.4.0
tiktoken==0.5.2
uvicorn==0.22.0
pytest==7.4.0
aiohttp==3.8.4
aiohttp==3.9.3
atlassian-python-api==3.39.0
GitPython==3.1.32
PyYAML==6.0
PyYAML==6.0.1
starlette-context==0.3.6
boto3==1.28.25
google-cloud-storage==2.10.0
Expand All @@ -19,7 +19,7 @@ msrest==0.7.1
##
openai
litellm
duckdb
duckdb==0.9.3.dev3077
datasets
notebook
black
Expand All @@ -34,4 +34,4 @@ loguru
numpy
retry

# uninstall ipython to catch breakpoints on debug with sandbox==false
# uninstall ipython to catch breakpoints on debug with sandbox==false

0 comments on commit 66a5103

Please sign in to comment.