Skip to content

Commit

Permalink
Use confection for configurations (#745)
Browse files Browse the repository at this point in the history
* Remove redundant tests. Add confection to requirement.txt and setup.cfg. Adjust cnfig.py.

* Add reference to confection in website/docs/usage-config.md.

* Update confection reference in docs.

* Extend imports fro confection for backwards compatibility.
  • Loading branch information
rmitsch authored Aug 26, 2022
1 parent 01eb6b7 commit a43635e
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 2,292 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ nbformat>=5.0.4,<5.2.0
# Test to_disk/from_disk against pathlib.Path subclasses
pathy>=0.3.5
black>=22.0,<23.0
confection>=0.0.1,<1.0.0
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ install_requires =
wasabi>=0.8.1,<1.1.0
srsly>=2.4.0,<3.0.0
catalogue>=2.0.4,<2.1.0
confection>=0.0.1,<1.0.0
# Third-party dependencies
setuptools
numpy>=1.15.0
Expand Down
Loading

0 comments on commit a43635e

Please sign in to comment.