We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5af4a9 commit 7835b9cCopy full SHA for 7835b9c
2 files changed
.github/actions/collect_info/requirements.txt
@@ -1,3 +1,6 @@
1
-numpy
2
-scipy
3
-pandas
+numpy>=1.17.0
+scipy>=1.10.0
+pandas>=1.1.0
4
+matplotlib>=3.4.0
5
+h5py>=3.0.0
6
+pypdf>=3.8.0
.github/workflows/collect_info.yml
@@ -47,6 +47,7 @@ jobs:
47
run: |
48
python -m pip install --upgrade pip
49
pip install -r .github/actions/collect_info/requirements.txt
50
+ pip install -e optiprofiler
51
52
# Step 5: Run the info collection script
53
- name: Collect problem information
0 commit comments