Skip to content

Commit

Permalink
Bump skforecast from 0.12.1 to 0.13.0
Browse files Browse the repository at this point in the history
Bumps [skforecast](https://github.com/JoaquinAmatRodrigo/skforecast) from 0.12.1 to 0.13.0.
- [Release notes](https://github.com/JoaquinAmatRodrigo/skforecast/releases)
- [Changelog](https://github.com/JoaquinAmatRodrigo/skforecast/blob/master/changelog.md)
- [Commits](skforecast/skforecast@v0.12.1...v0.13.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 Aug 5, 2024
1 parent 24ab7b5 commit ca9a82c
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.9.1
skforecast==0.12.1
skforecast==0.13.0
markupsafe==2.1.5
Jinja2<3.2
plotly>=5.6.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ h5py==3.11.0
pulp>=2.4
pyyaml>=5.4.1
tables<=3.9.1
skforecast==0.12.1
skforecast==0.13.0
# web server packages
flask>=2.0.3
waitress>=2.1.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
'pulp>=2.4',
'pyyaml>=5.4.1',
'tables<=3.9.1',
'skforecast==0.12.1',
'skforecast==0.13.0',
'flask>=2.0.3',
'waitress>=2.1.1',
'plotly>=5.6.0'
Expand Down

0 comments on commit ca9a82c

Please sign in to comment.