Skip to content

Commit d271dd2

Browse files
authored
Merge pull request #480 from ThomasBouche/hotfix/acv
Temporary fix numpy version for requirements.dev
2 parents e9821bb + 7b00207 commit d271dd2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
matrix:
1111
python-version: ["3.8", "3.9", "3.10"]
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
1414
- name: Set up Python ${{ matrix.python-version }}
15-
uses: actions/setup-python@v2
15+
uses: actions/setup-python@v4
1616
with:
1717
python-version: ${{ matrix.python-version }}
1818
- name: Install dependencies

requirements.dev.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
pip==21.3.1
2-
numpy>=1.18.0
1+
pip>=23.2.0
2+
numpy==1.21.6
33
dash==2.3.1
44
catboost>=1.0.1
55
category-encoders>=2.6.0
@@ -39,6 +39,6 @@ jupyter-client<8.0.0
3939
Jinja2>=2.11.0
4040
phik>=0.12.0
4141
skranger>=0.8.0
42-
acv-exp>=1.1.2
42+
acv-exp>=1.2.3
4343
lime>=0.2.0.0
44-
regex
44+
regex

0 commit comments

Comments
 (0)