Skip to content

Commit

Permalink
Merge pull request #799 from Anthonyxd22/patch-3
Browse files Browse the repository at this point in the history
Update requirements.txt Fix requests macOS
  • Loading branch information
blaisewf authored Oct 10, 2024
2 parents 2b7a9a2 + 0e03d1b commit 724122e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pip>=23.3; sys_platform == 'darwin'
wheel; sys_platform == 'darwin'
PyYAML; sys_platform == 'darwin'
numpy==1.23.5
requests==2.32.0
requests>=2.31.0,<2.32.0
tqdm
wget
pydantic==2.8.2
Expand Down Expand Up @@ -51,3 +51,4 @@ pypresence
beautifulsoup4
flask
local-attention

0 comments on commit 724122e

Please sign in to comment.