Skip to content

Commit

Permalink
Merge pull request #76 from NREL/suppress-deprecation-warning
Browse files Browse the repository at this point in the history
specify setuptools version to hide deprecation warning
  • Loading branch information
kylecarow authored Dec 12, 2023
2 parents 469745f + 8d6d8fb commit 5f3d69a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ dependencies = [
"typing_extensions",
"pyyaml",
"pytest",
"setuptools<=65.6.3", # suppresses pkg_resources deprecation warning
"openpyxl>=3.1.2"
]

Expand Down

0 comments on commit 5f3d69a

Please sign in to comment.