diff --git a/ci/docker_environment.yaml b/ci/docker_environment.yaml index 762d55d4..bf30c0cc 100644 --- a/ci/docker_environment.yaml +++ b/ci/docker_environment.yaml @@ -2,6 +2,7 @@ channels: - conda-forge - pytorch - nvidia + - anaconda dependencies: - python>=3.11 - numpy diff --git a/setup.cfg b/setup.cfg index 1f941179..214e2c20 100644 --- a/setup.cfg +++ b/setup.cfg @@ -51,6 +51,8 @@ install_requires = tqdm python_requires = >=3.8 include_package_data = True +scripts = + bin/mfa_update [options.packages.find] exclude = tests @@ -58,8 +60,6 @@ exclude = tests [options.entry_points] console_scripts = mfa = montreal_forced_aligner.command_line.mfa:mfa_cli -scripts = - bin/mfa_update [options.extras_require] anchor =