Skip to content

Commit

Permalink
Merge pull request #1 from miccferr/1_2_3
Browse files Browse the repository at this point in the history
Update meta.yaml
  • Loading branch information
miccferr committed Feb 10, 2022
2 parents 842a286 + 0f970c0 commit c71bb45
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "scikit-mobility" %}
{% set version = "1.2.2" %}
{% set version = "1.2.3" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 5363d3a17c78aada10127e0039d6c74eb6996c58a7068f1bdc507ae5f79c4a04
sha256: b86b4636b4dd5e54f9e4e3ff42e0766dba6046022f57821daf9971244d44577a


build:
Expand All @@ -19,6 +19,7 @@ requirements:
host:
- python >=3.6
- pip
- poetry
run:
- folium
- geojson
Expand Down

0 comments on commit c71bb45

Please sign in to comment.