Skip to content

Commit

Permalink
Remove conda-verify dependency. Add lmfit dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
tskisner committed Nov 19, 2024
1 parent e49e207 commit 41148d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ pytz
future
pyaml
tqdm
lmfit
ipykernel
pyfftw
numdifftools
Expand Down
2 changes: 1 addition & 1 deletion soconda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ if [ -z "${env_check}" ]; then
# Note that conda-forge environments now ship with the `mamba` executable.
if [ "${is_micromamba}" = "yes" ]; then
# Install conda packages to micromamba env
conda_exec install --yes conda conda-build conda-verify conda-index
conda_exec install --yes conda conda-build conda-index
# In the remaining part of code, unless activating/switching
# environment and installing packages, we all use `conda` command.
# This is due to there is no `micromamba index` or `micromamba build`
Expand Down

0 comments on commit 41148d0

Please sign in to comment.