Skip to content

Commit 75de88a

Browse files
authored
Merge pull request #23 from DataFog/v3.0.0-beta.5
hotfix to 3.0.1 for missing imports
2 parents 568f7e2 + dd6c61d commit 75de88a

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

setup.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
def __version__():
9-
return "3.0.0"
9+
return "3.0.1"
1010

1111

1212
project_urls = {
@@ -31,6 +31,13 @@ def __version__():
3131
"Requests==2.31.0",
3232
"spacy==3.4.4",
3333
"en_spacy_pii_fast",
34+
"transformers",
35+
"torch",
36+
"pyspark",
37+
"pydantic",
38+
"Pillow",
39+
"sentencepiece",
40+
"protobuf",
3441
],
3542
python_requires=">=3.10",
3643
classifiers=[

src/datafog/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.0.0"
1+
__version__ = "3.0.1"

0 commit comments

Comments
 (0)