We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20e98ec commit 34d1735Copy full SHA for 34d1735
.github/unittest/install_dependencies.sh
@@ -1,5 +1,5 @@
1
#
2
-# Copyright (c) 2024.
+# Copyright (c) 2024-2025.
3
# ProrokLab (https://www.proroklab.org/)
4
# All rights reserved.
5
@@ -9,5 +9,5 @@ python -m pip install --upgrade pip
9
10
pip install -e ".[gymnasium]"
11
12
-python -m pip install flake8 pytest pytest-cov tqdm matplotlib==3.8
+python -m pip install flake8 pytest pytest-cov tqdm matplotlib
13
python -m pip install cvxpylayers # Navigation heuristic
0 commit comments