Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allennlp v0.8.1 #3

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "allennlp" %}
{% set version = "0.7.2" %}
{% set version = "0.8.1" %}

{% set spacy_model = "en_core_web_sm" %}
{% set spacy_model_version = "2.0.0" %}
Expand All @@ -11,7 +11,7 @@ package:
source:
- folder: {{ name }}
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: c51d32598ed0efb0599c15f463e2fe792e06d843964528b6bca9747b0d31be5c
sha256: 9d9d231d7c9cbad82178b566fdb25768e3d5098af23ce11e03ec4f432f4a2298
patches:
# Remove when allenai/allennlp#2232 is merged and released.
- 0001-use-entry-points.diff
Expand Down