Skip to content

Commit

Permalink
Merge branch 'master' into docs/path_demo_report
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBouche authored Sep 7, 2023
2 parents 972fa75 + d271dd2 commit 7c7d388
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
matrix:
python-version: ["3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down
8 changes: 4 additions & 4 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pip==21.3.1
numpy>=1.18.0
pip>=23.2.0
numpy==1.21.6
dash==2.3.1
catboost>=1.0.1
category-encoders>=2.6.0
Expand Down Expand Up @@ -39,6 +39,6 @@ jupyter-client<8.0.0
Jinja2>=2.11.0
phik>=0.12.0
skranger>=0.8.0
acv-exp>=1.1.2
acv-exp>=1.2.3
lime>=0.2.0.0
regex
regex

0 comments on commit 7c7d388

Please sign in to comment.