Skip to content

Commit

Permalink
Fixes for docker and mfa_update build (#792)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcauliffe committed Apr 12, 2024
1 parent 610bad4 commit fecdcfb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions ci/docker_environment.yaml
Expand Up @@ -2,6 +2,7 @@ channels:
- conda-forge
- pytorch
- nvidia
- anaconda
dependencies:
- python>=3.11
- numpy
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Expand Up @@ -51,15 +51,15 @@ install_requires =
tqdm
python_requires = >=3.8
include_package_data = True
scripts =
bin/mfa_update

[options.packages.find]
exclude = tests

[options.entry_points]
console_scripts =
mfa = montreal_forced_aligner.command_line.mfa:mfa_cli
scripts =
bin/mfa_update

[options.extras_require]
anchor =
Expand Down

0 comments on commit fecdcfb

Please sign in to comment.