PyInstaller call for ANYtimeSeries:

python -m pip install -r tools/requirements-pyinstaller.txt
python -m pip install --no-deps .
python -m PyInstaller --noconfirm anytimes.spec

Verify the frozen executable (writes a JSON result):

dist/ANYtimeSeries.exe --smoke-test build/frozen-smoke.json
