Skip to content

Commit 5e50232

Browse files
authored
Merge pull request #878 from sfu-db/alpha
0.4.4-alpha.1
2 parents 356cab0 + e3a7d22 commit 5e50232

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

dataprep/__init__.py

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

1111
logging.basicConfig(level=logging.INFO, format="%(message)s")
1212

13-
__version__ = "0.4.3"
13+
__version__ = "0.4.4-alpha.1"

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ maintainers = [
99
"Song Bian <biansonghz@gmail.com>",
1010
]
1111
name = "dataprep"
12-
version = "0.4.3"
12+
version = "0.4.4-alpha.1"
1313

1414
license = "MIT"
1515

@@ -42,7 +42,7 @@ dask = {version = ">=2022.3.0", extras = ["array", "dataframe", "delayed"]}
4242
nltk = "^3.6.7"
4343
numpy = "^1.21"
4444
pandas = "^1.1"
45-
scipy = "^1"
45+
scipy = "^1.8"
4646
wordcloud = "^1.8"
4747
pystache = "^0.6.0"
4848
sqlalchemy = "^1.4.32"

0 commit comments

Comments
 (0)