Skip to content

Commit 75d26af

Browse files
authored
Merge branch 'main' into issue-657-timeseries-module
2 parents 5216665 + 369613b commit 75d26af

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/dependency_checker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
run: |
1717
python -m pip install .[dev]
1818
make check-deps OUTPUT_FILEPATH=latest_requirements.txt
19+
make fix-lint
1920
- name: Create pull request
2021
id: cpr
2122
uses: peter-evans/create-pull-request@v4

latest_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ pandas==2.2.3
44
plotly==5.24.1
55
scikit-learn==1.5.2
66
scipy==1.13.1
7-
tqdm==4.66.5
7+
tqdm==4.67.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ dev = [
7676
'watchdog>=1.0.1,<5',
7777

7878
# style check
79-
'ruff>=0.3.2,<0.7.2',
79+
'ruff>=0.3.2,<1',
8080

8181
# distribute on PyPI
8282
'twine>=1.10.0,<6',

0 commit comments

Comments
 (0)