Skip to content

Commit

Permalink
Update deprecation dependency to own package
Browse files Browse the repository at this point in the history
Move away from the previous git dependency, which was more unstable
  • Loading branch information
pvandyken committed Apr 8, 2023
1 parent c1498af commit a3c5bf4
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 49 deletions.
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.

0 comments on commit a3c5bf4

Please sign in to comment.