Skip to content

Commit

Permalink
updated conda package
Browse files Browse the repository at this point in the history
  • Loading branch information
ildipo committed Aug 29, 2020
1 parent 5af3202 commit 976ac7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions beakerx_tabledisplay/conda_recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "beakerx_tabledisplay" %}
{% set version = "1.6.0" %}
{% set version = "2.0.0" %}

package:
name: "{{ name|lower }}"
Expand All @@ -10,8 +10,8 @@ source:
git_tag: master

source:
url: https://files.pythonhosted.org/packages/source/b/beakerx/{{ name }}-{{ version }}.tar.gz
#url: file:///YOUR_LOCAL_PATH/beakerx_tabledisplay/beakerx_tabledisplay/dist/{{ name }}-{{ version }}.tar.gz
#url: https://files.pythonhosted.org/packages/source/b/beakerx/{{ name }}-{{ version }}.tar.gz
url: file:///Users/ildipo/src/beakerx_tabledisplay/beakerx_tabledisplay/dist/{{ name }}-{{ version }}.tar.gz

build:
number: 1
Expand Down

0 comments on commit 976ac7a

Please sign in to comment.