Skip to content

Commit 2c741aa

Browse files
committed
remove old import
1 parent ddfe660 commit 2c741aa

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

setup.py

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

66
setup(
77
name="text_preprocessing",
8-
version="1.1",
8+
version="1.1.1",
99
author="The ARTFL Project",
1010
author_email="clovisgladstone@gmail.com",
1111
packages=["text_preprocessing", "text_preprocessing.lang"],

text_preprocessing/preprocessor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
from itertools import combinations
1313
from typing import Any, Callable, DefaultDict, Deque, Iterable
1414

15-
import cupy as cp
1615
import lz4.frame
1716
import orjson
1817
import regex as re

0 commit comments

Comments
 (0)