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

thinc v8.2.3 #116

Merged
merged 1 commit into from
May 11, 2024
Merged
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
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{% set version = "8.2.2" %}
{% set version = "8.2.3" %}

package:
name: thinc
version: {{ version }}

source:
url: https://pypi.io/packages/source/t/thinc/thinc-{{ version }}.tar.gz
sha256: 6e85b944672c0f95241a71f67f9882e1ab319c449a47740b0d159f4cf86d1587
sha256: f5afc5222912a80bda8bdcec958362a2ba538d7027dc8db6154845d2859dca76

build:
number: 1
number: 0
script: {{ PYTHON }} -m pip install . --no-deps -vv

requirements:
Expand Down