diff --git a/main.py b/main.py index 85aa7bb..2172780 100644 --- a/main.py +++ b/main.py @@ -847,7 +847,8 @@ def patch_record_in_place(fn, record, subdir): # basemap is incompatible with proj/proj4 >=6 # https://github.com/ContinuumIO/anaconda-issues/issues/11590 - if name == "basemap": + # Adding update to constraint to capture data reorg in the project. + if name == "basemap" and VersionOrder(version) < VersionOrder("1.3.0"): record["constrains"] = ["proj4 <6", "proj <6"] # 'cryptography' + pyopenssl incompatibility 28 Feb 2023 #