Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
NickGeramanis committed Sep 16, 2024
1 parent 5915129 commit c70a555
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12.5'
python-version: '3.12.6'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
gymnasium==0.29.1
numpy==2.1.0
numpy==2.1.1
pygame==2.6.0
pytest==8.3.2
pytest==8.3.3
coverage==7.6.1
pylint==3.2.6
pylint==3.2.7
mypy==1.11.2
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
description='Navigation Environment for OpenAI Gym',
url='https://github.com/NickGeramanis/gym-navigation',
license='GPLV3',
python_requires='==3.12.5',
install_requires=['gymnasium==0.29.1', 'numpy==2.1.0', 'pygame==2.6.0'])
python_requires='==3.12.6',
install_requires=['gymnasium==0.29.1', 'numpy==2.1.1', 'pygame==2.6.0'])

0 comments on commit c70a555

Please sign in to comment.