We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ca335d commit 8200720Copy full SHA for 8200720
.github/workflows/tests.yml
@@ -32,7 +32,6 @@ jobs:
32
pip install accelerator-toolbox
33
pip install pyaml
34
pip install flake8 pytest
35
- pip install ruamel.yaml
36
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
37
- name: Lint with flake8
38
run: |
pyproject.toml
@@ -44,8 +44,7 @@ dependencies = [
44
"scipy>=1.7.3",
45
"accelerator-toolbox>=0.6.1",
46
"PyYAML>=6.0.2",
47
- "pydantic>=2.11.7",
48
- "ruamel.yaml"
+ "pydantic>=2.11.7"
49
]
50
51
[project.optional-dependencies]
0 commit comments