Skip to content

Commit

Permalink
Fix path.py package renaming to path for Genomedata recipe (#51022)
Browse files Browse the repository at this point in the history
  • Loading branch information
EricR86 authored Sep 29, 2024
1 parent bef36ce commit 777cf9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/genomedata/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ source:

build:
skip: True # [osx or py < 39]
number: 0
number: 1
entry_points:
- genomedata-close-data = genomedata._close_data:main
- genomedata-erase-data = genomedata._erase_data:main
Expand Down Expand Up @@ -45,7 +45,7 @@ requirements:
- hdf5
- pytables >=3.4.3
- pybigwig
- path.py
- path
- textinput
- bedtools
- ucsc-bigwigtobedgraph >=377
Expand Down

0 comments on commit 777cf9c

Please sign in to comment.