Skip to content

Commit d5a3254

Browse files
committed
spacy upgrade
1 parent dfae274 commit d5a3254

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- main
7-
- update
7+
- spacy
88

99
jobs:
1010
pages:

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "python-datascientist"
33
version = "0.1.0"
44
description = "Source code for Lino Galiana's Python for data science course"
55
readme = "README.md"
6-
requires-python = ">=3.12,<3.13"
6+
requires-python = ">=3.14"
77
dependencies = [
88
"altair==5.4.1",
99
"black==24.8.0",
@@ -38,7 +38,7 @@ dependencies = [
3838
"scikit-image==0.24.0",
3939
"scipy>=1.13.0",
4040
"selenium<4.39.0",
41-
"spacy==3.8.4",
41+
"spacy>=3.8.4",
4242
"webdriver-manager==4.0.2",
4343
"wordcloud==1.9.3",
4444
]

0 commit comments

Comments
 (0)