From f64a7bff14f76e2fe43ae688203b92c663de3629 Mon Sep 17 00:00:00 2001 From: david-i-berry Date: Mon, 11 Mar 2024 14:06:24 +0100 Subject: [PATCH] Update to use main branch for csv2bufr (this will need to be removed before release but depends on a release of csv2bufr). --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3572f5e..8486b23 100644 --- a/setup.py +++ b/setup.py @@ -75,7 +75,7 @@ def get_package_version(): os.unlink('MANIFEST') # Install dependencies not on PyPI -subprocess.check_call("pip install 'csv2bufr @ git+https://github.com/wmo-im/csv2bufr.git'", shell=True) # noqa +subprocess.check_call("pip install https://github.com/wmo-im/csv2bufr/archive/main.zip", shell=True) # noqa setup( name='synop2bufr',