Skip to content

Commit

Permalink
Update package lists for configs installing all binary packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tskisner committed Mar 21, 2024
1 parent 13b02aa commit 03c80f5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions config/binary/packages_conda.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ jupyterlab
wurlitzer
plotly
plotly-resampler
skyfield
3 changes: 1 addition & 2 deletions config/binary/packages_pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ quaternionarray
pysm3
# Uncomment here if installing wheel, and comment out
# line in packages_local.txt
posix-ipc
toast==3.0.0a20
toast==3.0.0a23
pysqlite3-wheels
qpoint
so3g
Expand Down
5 changes: 5 additions & 0 deletions config/binary/post_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,8 @@ install_module=yes
install_jupyter_setup=yes

# Add any other shell commands here for this system...

# Forcibly replace the conda pyfftw package with the wheel
# until this upstream PR is merged:
# https://github.com/conda-forge/pyfftw-feedstock/pull/60
pip install --upgrade --no-deps --force-reinstall pyfftw
1 change: 1 addition & 0 deletions config/minimal/packages_conda.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Adjust the default python version
python=3.11.*
#
skyfield
3 changes: 1 addition & 2 deletions config/minimal/packages_pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ quaternionarray
pysm3
# Uncomment here if installing wheel, and comment out
# line in packages_local.txt
posix-ipc
toast==3.0.0a20
toast==3.0.0a23
pysqlite3-wheels
qpoint
so3g
Expand Down

0 comments on commit 03c80f5

Please sign in to comment.