Skip to content

Commit

Permalink
little conda build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Nov 26, 2018
1 parent f8adf7a commit c9e872a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

package:
name: lenskit
{% if GIT_DESCRIBE_HASH > '0' %}
{% if GIT_DESCRIBE_NUMBER > '0' %}
version: {{data.get('version')}}.dev{{GIT_DESCRIBE_NUMBER}}+{{GIT_DESCRIBE_HASH}}
{% else %}
version: {{data.get('version')}}
Expand All @@ -17,7 +17,7 @@ requirements:
- python {{ python }}
- setuptools
- pytest-runner
- numba >= 0.40
- numba >=0.40
- pandas
- numpy
- scipy
Expand All @@ -27,7 +27,7 @@ requirements:
- python
- pandas
- scipy
- numba >= 0.40
- numba >=0.40
- pyarrow
- fastparquet
- python-snappy
Expand Down

0 comments on commit c9e872a

Please sign in to comment.