Skip to content

Commit

Permalink
build: updated pip version
Browse files Browse the repository at this point in the history
- Without this upgrade, install fails for gym.
  • Loading branch information
koulanurag committed Jul 7, 2024
1 parent 877ed64 commit 1f0aa3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade 'pip<=23.0.1'
python -m pip install --upgrade 'pip<24.1'
python -m pip install flake8 pytest
pip install 'setuptools<=66'
pip install 'wheel<=0.38.4'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ It's a collection of multi agent environments based on OpenAI gym. Also, you can

- Setup (important):
```bash
pip install 'pip<=23.0.1'
pip install 'pip<24.1'
pip install 'setuptools<=66'
pip install 'wheel<=0.38.4'
```
Expand Down

0 comments on commit 1f0aa3d

Please sign in to comment.