From a8592309dc743ae6ec34a52841e3754b660cdf42 Mon Sep 17 00:00:00 2001 From: John Siirola Date: Wed, 29 May 2024 15:49:46 -0600 Subject: [PATCH] Update recipe for Pyomo 6.7.3 --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 129e972..7de7e74 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,6 +1,6 @@ # Update with the following command # conda skeleton pypi pyomo -{% set version = "6.7.2" %} +{% set version = "6.7.3" %} package: name: pyomo @@ -9,7 +9,7 @@ package: source: # pypi md5 fn: Pyomo-{{ version }}.tar.gz url: https://pypi.io/packages/source/P/Pyomo/Pyomo-{{ version }}.tar.gz - sha256: 53bef766854f7607ca1fcfe3f218594ab382f137a275cee3d925d2b2f96876bf + sha256: b7f0441c405af4f42f38527ae38826a5c0a4984dd7bea1fe07172789d8594770 build: number: 0