We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e9821bb + 7b00207 commit d271dd2Copy full SHA for d271dd2
.github/workflows/main.yml
@@ -10,9 +10,9 @@ jobs:
10
matrix:
11
python-version: ["3.8", "3.9", "3.10"]
12
steps:
13
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
14
- name: Set up Python ${{ matrix.python-version }}
15
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
16
with:
17
python-version: ${{ matrix.python-version }}
18
- name: Install dependencies
requirements.dev.txt
@@ -1,5 +1,5 @@
1
-pip==21.3.1
2
-numpy>=1.18.0
+pip>=23.2.0
+numpy==1.21.6
3
dash==2.3.1
4
catboost>=1.0.1
5
category-encoders>=2.6.0
@@ -39,6 +39,6 @@ jupyter-client<8.0.0
39
Jinja2>=2.11.0
40
phik>=0.12.0
41
skranger>=0.8.0
42
-acv-exp>=1.1.2
+acv-exp>=1.2.3
43
lime>=0.2.0.0
44
-regex
+regex
0 commit comments