Skip to content

Commit

Permalink
Merge pull request #136 from f1tenth/bump_numpy_ver
Browse files Browse the repository at this point in the history
update python and numpy versions
  • Loading branch information
hzheng40 authored Aug 6, 2024
2 parents d765794 + c272a1e commit 16956ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]

steps:
- name: Install openGL
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ packages = [
]

[tool.poetry.dependencies]
python = ">=3.9,<3.12"
python = ">=3.9"
gymnasium = "^0.29.1"
numpy = "<=1.25,>=1.18"
numpy = ">=1.18"
pillow = ">=9.0.1"
scipy = ">=1.7.3"
numba = ">=0.55.2"
Expand Down

0 comments on commit 16956ad

Please sign in to comment.