File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ readthedocs-sphinx-search>=0.1.1
55numpy >= 1.17.1 ,<= 1.26.0
66scipy >= 1.7.1
77scikit-learn >= 1.2.1
8- pandas >= 1.3.5
8+ pandas >= 1.3.5 , < 2.2
99mealpy >= 3.0.2
1010permetrics >= 2.0.0
1111matplotlib >= 3.7.5
Original file line number Diff line number Diff line change 11numpy >= 1.17.1 ,<= 1.26.0
22scipy >= 1.7.1
33scikit-learn >= 1.2.1
4- pandas >= 1.3.5
4+ pandas >= 1.3.5 , < 2.2
55mealpy >= 3.0.2
66permetrics >= 2.0.0
77matplotlib >= 3.7.5
You can’t perform that action at this time.
0 commit comments