Skip to content

Commit 176488b

Browse files
committed
Remove extras_require tag for prerelease b/c PyPI errors
1 parent f08d5b7 commit 176488b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Diff for: setup.py

-6
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@ def rglob(path, glob):
3333
return list(map(str, p.rglob(glob)))
3434

3535

36-
DEPENDENCIES_FOR_PRERELEASE_VERSION = [
37-
"pyomo @ https://github.com/IDAES/pyomo/archive/6.1.2.zip",
38-
]
39-
40-
4136
kwargs = dict(
4237
zip_safe=False,
4338
name=NAME,
@@ -85,7 +80,6 @@ def rglob(path, glob):
8580
},
8681
# Only installed if [<key>] is added to package name
8782
extras_require={
88-
"prerelease": DEPENDENCIES_FOR_PRERELEASE_VERSION,
8983
},
9084
package_data={
9185
# If any package contains these files, include them:

0 commit comments

Comments
 (0)