From fecdcfbf8952a5b661b239f93040f60b3bbb089e Mon Sep 17 00:00:00 2001 From: Michael McAuliffe Date: Thu, 11 Apr 2024 20:48:48 -0700 Subject: [PATCH] Fixes for docker and mfa_update build (#792) --- ci/docker_environment.yaml | 1 + setup.cfg | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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 =