We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfae274 commit d5a3254Copy full SHA for d5a3254
.github/workflows/prod.yml
@@ -4,7 +4,7 @@ on:
4
push:
5
branches:
6
- main
7
- - update
+ - spacy
8
9
jobs:
10
pages:
pyproject.toml
@@ -3,7 +3,7 @@ name = "python-datascientist"
3
version = "0.1.0"
description = "Source code for Lino Galiana's Python for data science course"
readme = "README.md"
-requires-python = ">=3.12,<3.13"
+requires-python = ">=3.14"
dependencies = [
"altair==5.4.1",
"black==24.8.0",
@@ -38,7 +38,7 @@ dependencies = [
38
"scikit-image==0.24.0",
39
"scipy>=1.13.0",
40
"selenium<4.39.0",
41
- "spacy==3.8.4",
+ "spacy>=3.8.4",
42
"webdriver-manager==4.0.2",
43
"wordcloud==1.9.3",
44
]
0 commit comments