Skip to content

Commit 974cc64

Browse files
committed
Remove PyYAML dependency
All YAML functionality was deprecated in 1.2.0 and removed in 2.0.0. Signed-off-by: John Pennycook <john.pennycook@intel.com>
1 parent 11a6d78 commit 974cc64

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ portability and maintainability of an application's source code.
3838
- NumPy
3939
- pathspec
4040
- Python 3
41-
- PyYAML
4241
- SciPy
4342
- tabulate
4443
- tqdm

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ dependencies = [
2727
"numpy==1.26.0",
2828
"matplotlib==3.8.2",
2929
"pathspec==0.12.1",
30-
"pyyaml==6.0.1",
3130
"scipy==1.12.0",
3231
"jsonschema==4.21.1",
3332
"tabulate==0.9.0",

0 commit comments

Comments
 (0)