Skip to content

Commit

Permalink
Bumped plotly and unpinned matplotlib (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
SiddhantSadangi authored Oct 27, 2023
1 parent cde9b54 commit b5a38ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## neptune-prophet 1.0.1

### Changes
- Bumped `plotly` and unpinned `matplotlib` ([#33](https://github.com/neptune-ai/neptune-prophet/pull/33))

## neptune-prophet 1.0.0

### Changes
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ python = "^3.7"
importlib-metadata = { version = "*", python = "<3.8" }

# Base requirements
matplotlib = "<=3.4.3"
matplotlib = "*"
numpy = "*"
pandas = "<2.0.0"
prophet = ">=1.0"
Expand All @@ -26,7 +26,7 @@ statsmodels = ">=0.13.0"
pre-commit = { version = "*", optional = true }
pytest = { version = ">=5.0", optional = true }
pytest-cov = { version = "2.10.1", optional = true }
plotly = { version = "*", optional = true }
plotly = { version = ">=5.18.0", optional = true }
neptune = { version = ">=1.0.0", optional = true }

[tool.poetry.extras]
Expand Down

0 comments on commit b5a38ae

Please sign in to comment.