Skip to content

Commit

Permalink
update dependencies versions
Browse files Browse the repository at this point in the history
  • Loading branch information
geramanisn committed Aug 25, 2024
1 parent cd37518 commit 5915129
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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.3'
python-version: '3.12.5'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
gymnasium==0.29.1
numpy==2.0.0
pygame==2.5.2
pytest==8.2.2
coverage==7.5.3
pylint==3.2.3
mypy==1.10.0
numpy==2.1.0
pygame==2.6.0
pytest==8.3.2
coverage==7.6.1
pylint==3.2.6
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.3',
install_requires=['gymnasium==0.29.1', 'numpy==2.0.0', 'pygame==2.5.2'])
python_requires='==3.12.5',
install_requires=['gymnasium==0.29.1', 'numpy==2.1.0', 'pygame==2.6.0'])

0 comments on commit 5915129

Please sign in to comment.