Skip to content

Commit

Permalink
Bump skforecast from 0.9.1 to 0.10.0
Browse files Browse the repository at this point in the history
Bumps [skforecast](https://github.com/JoaquinAmatRodrigo/skforecast) from 0.9.1 to 0.10.0.
- [Release notes](https://github.com/JoaquinAmatRodrigo/skforecast/releases)
- [Changelog](https://github.com/JoaquinAmatRodrigo/skforecast/blob/master/changelog.md)
- [Commits](skforecast/skforecast@v0.9.1...v0.10.0)

---
updated-dependencies:
- dependency-name: skforecast
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 11, 2023
1 parent f4f1e23 commit 3d14535
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ beautifulsoup4>=4.9.3
pulp>=2.4
pyyaml>=5.4.1
tables==3.7.0
skforecast==0.9.1
skforecast==0.10.0
markupsafe==2.1.3
Jinja2<3.2
sphinx==6.2.1
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ beautifulsoup4>=4.9.3
pulp>=2.4
pyyaml>=5.4.1
tables==3.7.0
skforecast==0.9.1
skforecast==0.10.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
'pulp>=2.4',
'pyyaml>=5.4.1',
'tables==3.7.0',
'skforecast==0.9.1',
'skforecast==0.10.0',
], # Optional
entry_points={ # Optional
'console_scripts': [
Expand Down

0 comments on commit 3d14535

Please sign in to comment.