diff --git a/recipes/tirmite/meta.yaml b/recipes/tirmite/meta.yaml index 364f4e5917a39..d9c53a198cdcb 100644 --- a/recipes/tirmite/meta.yaml +++ b/recipes/tirmite/meta.yaml @@ -14,10 +14,9 @@ source: build: noarch: python - number: 0 + number: 1 entry_points: - tirmite=tirmite.cmd_tirmite:main - - tsplit-LTR=tirmite.cmd_LTR:main - tsplit-TIR=tirmite.cmd_TIR:main script: {{ PYTHON }} -m pip install . --no-build-isolation --no-deps --no-cache-dir -vvv run_exports: @@ -32,7 +31,7 @@ requirements: - hatch-vcs run: - python >=3.8 - - pandas >=0.20.3 + - pandas >=0.23.4 - biopython >=1.70 - pymummer >=0.10.3 @@ -41,7 +40,6 @@ test: - tirmite commands: - tirmite --help - - tsplit-LTR --help - tsplit-TIR --help about: