diff --git a/recipes/fastq-dl/meta.yaml b/recipes/fastq-dl/meta.yaml index eda2101d1f5e0..0b4d47c6a99a4 100644 --- a/recipes/fastq-dl/meta.yaml +++ b/recipes/fastq-dl/meta.yaml @@ -11,25 +11,26 @@ source: build: number: 0 noarch: python + script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation entry_points: - - fastq-dl = fastq_dl.fastq_dl:main - script: "{{ PYTHON }} -m pip install . -vv" + - fastq-dl = fastq_dl.cli.download:main + run_exports: + - {{ pin_subpackage(name, max_pin="x.x") }} requirements: host: - - python >=3.7 - - poetry =1.3 + - python >=3.9,<4.0 + - poetry-core - pip - run: - - executor - - pigz - - python >=3.7 - - pysradb >=1.4 - - requests - - rich-click >=1.6.0 - - sra-tools >=3.0.1 - - wget + - python >=3.9.0,<4.0.0 + - requests >=2.31.0,<3.0.0 + - pysradb >=1.4.0,<2.0.0 + - rich-click >=1.6.1,<2.0.0 + - executor >=23.2.0,<24.0.0 + - rich >=13.3.1,<14.0.0 + - markdown-it-py 2.2.0 + - pandas >=2.2.3,<3.0.0 test: commands: