Skip to content

Remove deprecated pathlib dep

Compare
Choose a tag to compare
@alex-treebeard alex-treebeard released this 05 Oct 11:11
· 79 commits to main since this release
d6097ad
chore: remove pathlib dependency (#48)

- the project targets python 3.6+ which have pathlib by default
- the pathlib dependency in pyproject.toml is deprecated
- it caused issues in poetry environment installation of nbmake

Signed-off-by: IceTDrinker <49040125+IceTDrinker@users.noreply.github.com>