Skip to content

Commit

Permalink
disable installing package dependencies because it breaks install in …
Browse files Browse the repository at this point in the history
…METplus wrappers via manage_externals -- once we move away from using manage_externals and can use the no dependency option, we should be able to add this back in
  • Loading branch information
georgemccabe committed Sep 23, 2024
1 parent b0c37f3 commit c11c25c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "metplotpy"
dynamic = ["version", "dependencies"]
dynamic = ["version"] #, "dependencies"]
description = "plotting package for METplus"
authors = [
{name = "METplus"},
Expand All @@ -23,7 +23,7 @@ Homepage = "https://github.com/dtcenter/METplotpy"

[tool.setuptools.dynamic]
version = {attr = "metplotpy.__version__"}
dependencies = {file = ["requirements.txt"]}
#dependencies = {file = ["requirements.txt"]}

[tool.setuptools.packages]
find = {include = ["metplotpy*"]}
Expand Down

0 comments on commit c11c25c

Please sign in to comment.