From ed599d8f0f351d2ebe7d17efda055e866b7ca8ba Mon Sep 17 00:00:00 2001 From: Theodore Kisner Date: Fri, 22 Mar 2024 10:28:35 -0700 Subject: [PATCH] More package list cleanups for macos --- config/binary/packages_conda.txt | 1 - config/binary/packages_pip.txt | 1 - config/common.txt | 6 +++--- config/minimal/packages_conda.txt | 1 - config/minimal/packages_pip.txt | 1 - 5 files changed, 3 insertions(+), 7 deletions(-) diff --git a/config/binary/packages_conda.txt b/config/binary/packages_conda.txt index f26148b..48fc35e 100644 --- a/config/binary/packages_conda.txt +++ b/config/binary/packages_conda.txt @@ -5,4 +5,3 @@ jupyterlab wurlitzer plotly plotly-resampler -skyfield diff --git a/config/binary/packages_pip.txt b/config/binary/packages_pip.txt index a5e97d9..127e11f 100644 --- a/config/binary/packages_pip.txt +++ b/config/binary/packages_pip.txt @@ -3,7 +3,6 @@ quaternionarray pysm3 # Uncomment here if installing wheel, and comment out # line in packages_local.txt -ruamel.yaml toast==3.0.0a23 pysqlite3-wheels qpoint diff --git a/config/common.txt b/config/common.txt index a52ac17..296623c 100644 --- a/config/common.txt +++ b/config/common.txt @@ -1,5 +1,5 @@ # This is the set of conda packages that should be installed -# for all configurations. The contents of +# for all configurations. The contents of # /packages_conda.txt are then appended to this list. # These are low-level tools needed to build local packages # and parse pip dependencies with pipgrip. @@ -13,7 +13,6 @@ packaging # # Require the OpenBLAS + OpenMP flavor of linear algebra packages # -_openmp_mutex=*=*_llvm openblas=*=openmp_* libopenblas=*=openmp_* libblas=*=*openblas @@ -40,6 +39,7 @@ wcslib libaatm suitesparse tomlkit +ruamel.yaml traitlets h5py astropy @@ -65,4 +65,4 @@ pyaml tqdm ipykernel pyfftw -numdifftools \ No newline at end of file +numdifftools diff --git a/config/minimal/packages_conda.txt b/config/minimal/packages_conda.txt index a3a4617..0595a81 100644 --- a/config/minimal/packages_conda.txt +++ b/config/minimal/packages_conda.txt @@ -1,4 +1,3 @@ # Adjust the default python version python=3.11.* # -skyfield diff --git a/config/minimal/packages_pip.txt b/config/minimal/packages_pip.txt index a5e97d9..127e11f 100644 --- a/config/minimal/packages_pip.txt +++ b/config/minimal/packages_pip.txt @@ -3,7 +3,6 @@ quaternionarray pysm3 # Uncomment here if installing wheel, and comment out # line in packages_local.txt -ruamel.yaml toast==3.0.0a23 pysqlite3-wheels qpoint