Skip to content

Commit 94b86f8

Browse files
authored
Merge pull request #28 from CyberAgentAILab/feat/car
Add estimator for CAR
2 parents 03cba60 + 6d4a08f commit 94b86f8

8 files changed

Lines changed: 503 additions & 214 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
3030
- name: Install dependencies
3131
run: |
32-
pipenv install --dev
32+
pipenv install --dev --python ${{ matrix.python-version }}
3333
3434
- name: Lint with ruff
3535
run: |

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
project = "dte_adj"
1414
copyright = "2024, CyberAgent, Inc."
1515
author = "CyberAgent, Inc"
16-
release = "0.1.4"
16+
release = "0.1.5"
1717

1818
# -- General configuration ---------------------------------------------------
1919
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

0 commit comments

Comments
 (0)