Skip to content

Commit

Permalink
Remove extras_require tag for prerelease b/c PyPI errors
Browse files Browse the repository at this point in the history
  • Loading branch information
lbianchi-lbl committed Aug 26, 2021
1 parent f08d5b7 commit 176488b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ def rglob(path, glob):
return list(map(str, p.rglob(glob)))


DEPENDENCIES_FOR_PRERELEASE_VERSION = [
"pyomo @ https://github.com/IDAES/pyomo/archive/6.1.2.zip",
]


kwargs = dict(
zip_safe=False,
name=NAME,
Expand Down Expand Up @@ -85,7 +80,6 @@ def rglob(path, glob):
},
# Only installed if [<key>] is added to package name
extras_require={
"prerelease": DEPENDENCIES_FOR_PRERELEASE_VERSION,
},
package_data={
# If any package contains these files, include them:
Expand Down

0 comments on commit 176488b

Please sign in to comment.