We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8510ed5 commit 1951aceCopy full SHA for 1951ace
conda/meta.yaml
@@ -1,13 +1,13 @@
1
{% set name = "spark-nlp" %}
2
-{% set version = "5.5.0" %}
+{% set version = "5.5.1" %}
3
4
package:
5
name: {{ name|lower }}
6
version: {{ version }}
7
8
source:
9
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/spark-nlp-{{ version }}.tar.gz
10
- sha256: edc71585f462f548770bd13899686f10d88fa4a4a6e201bc1bf9c7711e398dc0
+ sha256: e8ddaf939a1b0acbe0d7b6d6a67f7fa0c5a73339d9e4563e3c1aba1cf0039409
11
12
build:
13
noarch: python
0 commit comments