Skip to content

Commit

Permalink
chore(recipes): remove comments/unnecessary deps
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertRosca committed Dec 5, 2023
1 parent 1888085 commit f32710c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions custom-recipes/recipes/dioptas/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,11 @@ package:
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/dioptas-{{ version }}.tar.gz
sha256: 3ad93487d5576334fc15fb63bdd9a86a1a07dd2ebaf7063b4cb361f49d6b7fd9
#patches:
# - pyqt-requirement.patch

build:
entry_points:
- dioptas = scripts:dioptas.main
- dioptas_batch = scripts:dioptas_batch.main
# script: 'bash ./install.sh #{{ PYTHON }} -m pip install . -vv'
number: 0

skip:
Expand All @@ -32,7 +29,6 @@ requirements:
- pip
run:
- python
- cython
- extra-data
- future
- h5py
Expand Down

0 comments on commit f32710c

Please sign in to comment.