The lmfit Python library provides tools for non-linear least-squares minimization and curve fitting. The goal is to make these optimization algorithms more flexible, more comprehensible, and easier to ...
conda config --add channels conda-forge conda config --set channel_priority strict conda create -n vpy3.9 python=3.9 conda activate vpy3.9 conda install lmfit conda install matplotlib conda install ...