From 05c188a5023e1fb22a49a4d59921272ede022750 Mon Sep 17 00:00:00 2001 From: Matt Kramer Date: Fri, 12 Jul 2024 15:17:01 -0700 Subject: [PATCH] Use Andrew's fork of pylandau Fixes build issues on Perlmutter --- env-nompi.yaml | 2 +- env.yaml | 2 +- setup.py | 2 +- test/env-nompi.yaml | 2 +- test/env.yaml | 3 +-- 5 files changed, 5 insertions(+), 6 deletions(-) diff --git a/env-nompi.yaml b/env-nompi.yaml index 1d5acd92..d84e7201 100644 --- a/env-nompi.yaml +++ b/env-nompi.yaml @@ -11,5 +11,5 @@ dependencies: - pip: - h5flow>=0.1.0 - adc64format>=0.1.1 - - pylandau + - git+https://github.com/cuddandr/pylandau.git - dbscan1d diff --git a/env.yaml b/env.yaml index 1d5acd92..d84e7201 100644 --- a/env.yaml +++ b/env.yaml @@ -11,5 +11,5 @@ dependencies: - pip: - h5flow>=0.1.0 - adc64format>=0.1.1 - - pylandau + - git+https://github.com/cuddandr/pylandau.git - dbscan1d diff --git a/setup.py b/setup.py index cada1b52..464614e6 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ 'scikit-image', 'scikit-learn', 'h5flow>=0.2.0', - 'pylandau', + 'pylandau @ git+https://github.com/cuddandr/pylandau.git#egg=pylandau', 'dbscan1d', ] ) diff --git a/test/env-nompi.yaml b/test/env-nompi.yaml index 0bd8c21d..6205c051 100644 --- a/test/env-nompi.yaml +++ b/test/env-nompi.yaml @@ -14,4 +14,4 @@ dependencies: - pip: - pyyaml-include==1.3.2 - adc64format>=0.0.2 - - pylandau + - git+https://github.com/cuddandr/pylandau.git diff --git a/test/env.yaml b/test/env.yaml index cfe2246e..7fb0fe5d 100644 --- a/test/env.yaml +++ b/test/env.yaml @@ -20,5 +20,4 @@ dependencies: - pyyaml-include==1.3.2 - h5py --no-binary=h5py - adc64format>=0.0.2 - - pylandau - + - git+https://github.com/cuddandr/pylandau.git