Skip to content

Commit

Permalink
More package list cleanups for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
tskisner committed Mar 22, 2024
1 parent a1e58a9 commit ed599d8
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 7 deletions.
1 change: 0 additions & 1 deletion config/binary/packages_conda.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ jupyterlab
wurlitzer
plotly
plotly-resampler
skyfield
1 change: 0 additions & 1 deletion config/binary/packages_pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions config/common.txt
Original file line number Diff line number Diff line change
@@ -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
# <config dir>/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.
Expand All @@ -13,7 +13,6 @@ packaging
#
# Require the OpenBLAS + OpenMP flavor of linear algebra packages
#
_openmp_mutex=*=*_llvm
openblas=*=openmp_*
libopenblas=*=openmp_*
libblas=*=*openblas
Expand All @@ -40,6 +39,7 @@ wcslib
libaatm
suitesparse
tomlkit
ruamel.yaml
traitlets
h5py
astropy
Expand All @@ -65,4 +65,4 @@ pyaml
tqdm
ipykernel
pyfftw
numdifftools
numdifftools
1 change: 0 additions & 1 deletion config/minimal/packages_conda.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Adjust the default python version
python=3.11.*
#
skyfield
1 change: 0 additions & 1 deletion config/minimal/packages_pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ed599d8

Please sign in to comment.