Skip to content

Commit 822be74

Browse files
authored
Removes black from requirements & incureases version for pypi (#27)
1 parent aa45de4 commit 822be74

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![refinery repository](https://uploads-ssl.webflow.com/61e47fafb12bd56b40022a49/62cf1c3cb8272b1e9c01127e_refinery%20sdk%20banner.png)](https://github.com/code-kern-ai/refinery)
22
[![Python 3.9](https://img.shields.io/badge/python-3.9-blue.svg)](https://www.python.org/downloads/release/python-390/)
3-
[![pypi 1.3.0](https://img.shields.io/badge/pypi-1.3.0-yellow.svg)](https://pypi.org/project/refinery-python-sdk/1.3.0/)
3+
[![pypi 1.4.0](https://img.shields.io/badge/pypi-1.4.0-yellow.svg)](https://pypi.org/project/refinery-python-sdk/1.4.0/)
44

55
This is the official Python SDK for [*refinery*](https://github.com/code-kern-ai/refinery), the **open-source** data-centric IDE for NLP.
66

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ numpy
22
pandas
33
requests
44
boto3
5-
black
65
botocore
76
spacy
87
wasabi

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name="refinery-python-sdk",
13-
version="1.3.0",
13+
version="1.4.0",
1414
author="jhoetter",
1515
author_email="johannes.hoetter@kern.ai",
1616
description="Official Python SDK for Kern AI refinery.",

0 commit comments

Comments
 (0)