Skip to content

Commit

Permalink
Drop pin_compatible('numpy')
Browse files Browse the repository at this point in the history
This is no longer needed as `numpy` has `run_exports`.
  • Loading branch information
jakirkham authored Aug 13, 2024
1 parent 5aaf25e commit 2bb5dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grayskull/strategy/py_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

log = logging.getLogger(__name__)
RE_DEPS_NAME = re.compile(r"^\s*([\.a-zA-Z0-9_-]+)", re.MULTILINE)
PIN_PKG_COMPILER = {"numpy": "<{ pin_compatible('numpy') }}"}
PIN_PKG_COMPILER = {}


def search_setup_root(path_folder: Union[Path, str]) -> Path:
Expand Down

0 comments on commit 2bb5dab

Please sign in to comment.