Skip to content

Commit

Permalink
Remove ruamel.yaml dependency. (#981)
Browse files Browse the repository at this point in the history
* Remove ruamel.yaml dependency.

It is not used anywhere in the codebase.

* Update changelog

---------

Co-authored-by: Corwin Kerr <[email protected]>
  • Loading branch information
joaander and cbkerr authored Feb 12, 2024
1 parent d23b336 commit c28bfb9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ Fixed

- Fixed parsing of ``$not`` query expressions on command line (#970).

Removed
+++++++

- Unused ``ruamel.yaml`` dependency (#981).

[2.1.0] -- 2023-07-12
---------------------

Expand Down
1 change: 0 additions & 1 deletion requirements/requirements-test-optional.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
h5py==3.10.0; implementation_name=='cpython'
numpy==1.26.4
pandas==2.2.0; implementation_name=='cpython'
ruamel.yaml==0.18.6
tables==3.9.2; implementation_name=='cpython'

0 comments on commit c28bfb9

Please sign in to comment.