Skip to content

Commit

Permalink
Merge pull request #168 from Federico-PizarroBejarano/fix_dependency
Browse files Browse the repository at this point in the history
Fixing dependencies
  • Loading branch information
adamhall authored Oct 15, 2024
2 parents c8c5c75 + 9738fa7 commit 0cca9d8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
run_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-ast
- id: check-yaml
Expand Down Expand Up @@ -45,7 +45,7 @@ repos:
files: (^tests/|^safe_control_gym/math_and_models/transformations.py)

- repo: https://github.com/PyCQA/flake8
rev: 7.0.0
rev: 7.1.1
hooks:
- id: flake8
name: flake8_default
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ casadi = "^3.6.0"
pybullet = "^3.2.0"
numpy = "^1.22.1"
cvxpy = "^1.1.18"
pycddlib = "^2.1.7"
pytope = "^0.0.4"
Mosek = "^10.0.18"
termcolor = "^1.1.0"
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
'pybullet',
'numpy',
'cvxpy',
'pycddlib',
'pytope',
'Mosek',
'termcolor',
Expand Down

0 comments on commit 0cca9d8

Please sign in to comment.