Skip to content

Commit b524130

Browse files
Merge pull request #9 from sktime/update_bounds
Update bounds
2 parents 3ebcbc7 + 01daa74 commit b524130

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/sktime/python_brasil_2025/main?urlpath=%2Fdoc%2Ftree%2Fnotebooks%2F)
44

5-
Repositório com notebooks para Python Brasil 2025
5+
Repositório com notebooks para Python Brasil 2025. Use Python 3.11 de preferência.
66

77
## Setup
88

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "Apache License 2.0"
77
readme = "README.md"
88

99
[tool.poetry.dependencies]
10-
python = ">=3.11,<3.14"
10+
python = ">=3.10,<3.14"
1111
sktime = "^0.39.0"
1212
matplotlib = "^3.10.7"
1313
seaborn = "^0.13.2"

0 commit comments

Comments
 (0)