Skip to content

Commit 7835b9c

Browse files
committed
Modiy action
1 parent e5af4a9 commit 7835b9c

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1-
numpy
2-
scipy
3-
pandas
1+
numpy>=1.17.0
2+
scipy>=1.10.0
3+
pandas>=1.1.0
4+
matplotlib>=3.4.0
5+
h5py>=3.0.0
6+
pypdf>=3.8.0

.github/workflows/collect_info.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
run: |
4848
python -m pip install --upgrade pip
4949
pip install -r .github/actions/collect_info/requirements.txt
50+
pip install -e optiprofiler
5051
5152
# Step 5: Run the info collection script
5253
- name: Collect problem information

0 commit comments

Comments
 (0)