conda env create -f environment.yml
The NumPy wheels on PyPI, which is what pip installs, are built with OpenBLAS. In the conda defaults channel, NumPy is built against Intel MKL. MKL is typically a little faster and more robust than OpenBLAS.
See: https://numpy.org/install/#numpy-packages--accelerated-linear-algebra-libraries
python -c "import numpy; numpy.show_config()"
cmd:
set MKL_CBWR=AVX
PowerShell:
$env:MKL_CBWR="AVX"
python main.py --help
python .\main.py --filename .\tri_441.dxf --alpha 26.56505117707799 --plot 3D