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 fd3ca0b commit 23c7d50Copy full SHA for 23c7d50
1 file changed
.github/workflows/tester.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Installing dependencies
34
shell: bash -l {0}
35
run: |
36
- conda install -c conda-forge numpy scipy scikit-image scikit-learn pyvista pytest networkx osqp matplotlib -y
+ conda install -c conda-forge numpy scipy scikit-image scikit-learn pyvista pandas pytest networkx osqp matplotlib -y
37
- name: Building and install
38
39
0 commit comments