Skip to content

Commit d23daa2

Browse files
committed
Update requirements for github action
1 parent 76fdce0 commit d23daa2

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/publish-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@ jobs:
4444
4545
- name: Install dependencies
4646
run: |
47-
pip install -U --no-index --find-links=deps deps/*
47+
pip install -U --no-index --find-links=deps $(find deps -name '*.whl')
4848
pip install pytest pytest-cov flake8
49+
pip install -r requirements.txt
4950
5051
- name: Run tests
5152
run: |

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ readthedocs-sphinx-search>=0.1.1
55
numpy>=1.17.1,<=1.26.0
66
scipy>=1.7.1
77
scikit-learn>=1.2.1
8-
pandas>=1.3.5
8+
pandas>=1.3.5,<2.2
99
mealpy>=3.0.2
1010
permetrics>=2.0.0
1111
matplotlib>=3.7.5

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
numpy>=1.17.1,<=1.26.0
22
scipy>=1.7.1
33
scikit-learn>=1.2.1
4-
pandas>=1.3.5
4+
pandas>=1.3.5,<2.2
55
mealpy>=3.0.2
66
permetrics>=2.0.0
77
matplotlib>=3.7.5

0 commit comments

Comments
 (0)