Skip to content

Commit

Permalink
Update conda environment setup with latest version of `sound-field-…
Browse files Browse the repository at this point in the history
…analysis` as long as the PyPI package is not yet available

Signed-off-by: HaHeho <[email protected]>
  • Loading branch information
HaHeho committed May 28, 2023
1 parent 6a9c947 commit cb37b12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGE_LOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Change Log

* __unreleased__
* Update `conda` environment setup with latest version of `sound-field-analysis` as long as the PyPI package is not yet available
* Update of validation script for improved readability
* Improve startup behaviour of the SH renderer for _JACK_ configurations without physical input ports
* Update of command line argument parser to be more forgiving with source position strings
Expand Down
6 changes: 3 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ReTiSAR
channels:
- defaults # prefer installing packages from conda-main over conda-forge, will install Intel MKL for numpy)
- defaults # prefer installing packages from conda-main over conda-forge (will install Intel MKL for numpy)
- conda-forge # preferring conda-forge would install OpenBLAS for numpy
dependencies:
- matplotlib
Expand All @@ -17,5 +17,5 @@ dependencies:
- pysofaconventions >=0.1.5
- soundfile >=0.10.2
- samplerate
# - git+https://github.com/AppliedAcousticsChalmers/sound_field_analysis-py@main
- sound-field-analysis >=2021.2.4 # `numpy>=1.24.0` requires `sound-field-analysis>=2022.12.29`
- git+https://github.com/AppliedAcousticsChalmers/sound_field_analysis-py@main # for `numpy>=1.24.0` as long as the PyPI package is not yet available
# - sound-field-analysis >=2022.12.29

0 comments on commit cb37b12

Please sign in to comment.