Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update deprecation dependency to own package #268

Merged
merged 1 commit into from
Apr 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 17 additions & 20 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ attrs = ">=21.2.0,<23"
boutiques = "^0.5.25"
more-itertools = ">=8,<10"
cached-property = "^1.5.2"
deprecation = { git = "https://github.com/pvandyken/deprecation.git", rev="8309c44" }
pvandyken-deprecated = "0.0.3"

# Below are non-direct dependencies (i.e. dependencies of other depenencies)
# specified to ensure a version with a pre-built wheel is installed depending
Expand Down
2 changes: 1 addition & 1 deletion snakebids/core/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import more_itertools as itx
from bids import BIDSLayout
from cached_property import cached_property
from deprecation import deprecated
from pvandyken.deprecated import deprecated
from typing_extensions import TypedDict

import snakebids.utils.sb_itertools as sb_it
Expand Down
27 changes: 0 additions & 27 deletions typings/deprecation.pyi

This file was deleted.