We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5216665 + 369613b commit 75d26afCopy full SHA for 75d26af
.github/workflows/dependency_checker.yml
@@ -16,6 +16,7 @@ jobs:
16
run: |
17
python -m pip install .[dev]
18
make check-deps OUTPUT_FILEPATH=latest_requirements.txt
19
+ make fix-lint
20
- name: Create pull request
21
id: cpr
22
uses: peter-evans/create-pull-request@v4
latest_requirements.txt
@@ -4,4 +4,4 @@ pandas==2.2.3
4
plotly==5.24.1
5
scikit-learn==1.5.2
6
scipy==1.13.1
7
-tqdm==4.66.5
+tqdm==4.67.0
pyproject.toml
@@ -76,7 +76,7 @@ dev = [
76
'watchdog>=1.0.1,<5',
77
78
# style check
79
- 'ruff>=0.3.2,<0.7.2',
+ 'ruff>=0.3.2,<1',
80
81
# distribute on PyPI
82
'twine>=1.10.0,<6',
0 commit comments