Skip to content

Commit 7c64501

Browse files
committed
build: scipy version to support M1
1 parent 356cab0 commit 7c64501

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)