-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #276 from JohnSnowLabs/anaconda_release
Anaconda release
- Loading branch information
Showing
5 changed files
with
41 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
include VERSION |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
5.1.5rc19 | ||
1.1.12 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
package: | ||
name: nlu | ||
version: {{ environ.get('CODE_VERSION', '') }} | ||
|
||
app: | ||
entry: nlu | ||
summary: The power of 15000+ State-of-the-art pre-trained NLP models in 300 languages with 1 line of Python code. | ||
|
||
source: | ||
path: ../conda_src | ||
|
||
build: | ||
noarch: generic | ||
number: 0 | ||
script: "python3 -m pip install . --no-deps -vv" | ||
|
||
requirements: | ||
build: | ||
- python | ||
run: | ||
- python | ||
- pyspark==3.0.1 | ||
- spark-nlp >=5.2.0 | ||
- numpy | ||
- pyarrow >=0.16.0 | ||
- pandas >=1.3.5 | ||
- dataclasses | ||
about: | ||
home: https://nlu.johnsnowlabs.com/ | ||
license: Apache License 2.0 | ||
license_family: APACHE | ||
license_url: https://github.com/JohnSnowLabs/nlu/blob/master/LICENSE | ||
description: John Snow Labs' NLU is a Python library for applying state-of-the-art text mining, directly on any dataframe, with a single line of code. As a facade of the award-winning Spark NLP library, it comes with hundreds of pretrained models in tens of languages - all production-grade, scalable, and trainable. | ||
summary: The The power of 15000+ State-of-the-art pre-trained NLP models in 300 languages with 1 line of Python code. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters