diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 4368782..eeeaa3e 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -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/. diff --git a/requirements.txt b/requirements.txt index 9286dce..8ff611e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 \ No newline at end of file