Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 27, 2023
1 parent 7ce17fa commit 5c9469e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pulp>=2.4
pyyaml>=5.4.1
netcdf4>=1.5.3
tables==3.7.0
skforecast==0.8.0
skforecast==0.8.1
markupsafe==2.1.2
Jinja2<3.2
sphinx==5.3.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ pulp>=2.4
pyyaml>=5.4.1
netcdf4>=1.5.3
tables==3.7.0
skforecast==0.8.0
skforecast==0.8.1
2 changes: 1 addition & 1 deletion requirements_webserver.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pulp>=2.4
pyyaml>=5.4.1
netcdf4>=1.5.3
tables==3.7.0
skforecast==0.8.0
skforecast==0.8.1
flask>=2.0.3
waitress>=2.1.1
plotly>=5.6.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
'pyyaml>=5.4.1',
'netcdf4>=1.5.3',
'tables==3.7.0',
'skforecast==0.8.0',
'skforecast==0.8.1',
], # Optional
entry_points={ # Optional
'console_scripts': [
Expand Down

0 comments on commit 5c9469e

Please sign in to comment.