Skip to content

Commit

Permalink
update conda to 5.4.2 [skip test]
Browse files Browse the repository at this point in the history
  • Loading branch information
maziyarpanahi committed Aug 28, 2024
1 parent 9d9a923 commit 04a61db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "spark-nlp" %}
{% set version = "5.4.1" %}
{% set version = "5.4.2" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/spark-nlp-{{ version }}.tar.gz
sha256: f38125f44f6d8de8c7788c91150b13e8d37f511c99d52fd8769a8b33382febbf
sha256: 182e2db1353cdd9549dd1f7e7c1a4b66c1c33e49424fbe438f1b4474b9dea4cd

build:
noarch: python
Expand Down

0 comments on commit 04a61db

Please sign in to comment.