Skip to content

Commit

Permalink
Update dependencies in requirements.txt and add urllib3 to fix compat…
Browse files Browse the repository at this point in the history
…ibility issue
  • Loading branch information
icarosadero committed Apr 28, 2024
1 parent bfa8a8a commit 2dedb1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
python-version: '3.12'

# ADJUST THIS: install all dependencies (including pdoc)
- run: pip install pdoc3 pip urllib3 six
- run: pip install pdoc3 pip
- run: pip install -r requirements.txt
- run: sudo chmod 777 /var/log
# ADJUST THIS: build your documentation into docs/.
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ setuptools==45.2.0
tabulate==0.9.0
tailer==0.4.1
tensorboardX==2.6.2.2
urllib3>=1.25.7

0 comments on commit 2dedb1e

Please sign in to comment.