Skip to content

Commit

Permalink
fix: Issue with kaleido
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-vester committed Nov 8, 2023
1 parent 03b0999 commit d46ae7c
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 37 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Fixed
- Issue with kaleido

## [0.2.13] - 2023-11-06
### Changed
Expand Down
72 changes: 37 additions & 35 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "df2img"
version = "0.2.13"
version = "0.2.14"
description = "Save a Pandas DataFrame as image"
authors = [
{name = "Andreas Vester", email = "[email protected]"},
Expand All @@ -16,7 +16,7 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules"
]
dependencies = [
"kaleido==0.1.0.post1",
"kaleido==0.0.3",
"pandas>=1.0.0,<3.0.0",
"plotly>=5.0.0,<6.0.0",
"ipython>=8.12.2",
Expand Down

0 comments on commit d46ae7c

Please sign in to comment.