Skip to content

Commit a4b2718

Browse files
authored
fix: [sc-190600] [BUG Multi-Sheet Excel exporter] module 'numpy' has no attribute 'float'. (#9)
* update openpyxl * version update * Changelog update
1 parent d4b566b commit a4b2718

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## [Version 1.1.4](https://github.com/dataiku/dss-plugin-multisheet-excel-export/releases/tag/v1.1.4) - Bug release - 2024-06
4+
- Fix numpy issue with DSS 13
5+
36
## [Version 1.1.3](https://github.com/dataiku/dss-plugin-multisheet-excel-export/releases/tag/v1.1.3) - Minor release - 2024-06
47
- The plugin will show up in the excel category
58

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
openpyxl==3.0.5
1+
openpyxl==3.0.6
22
pathvalidate==2.3.0

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id" : "multisheet-excel-export",
3-
"version" : "1.1.3",
3+
"version" : "1.1.4",
44

55

66
"meta" : {

0 commit comments

Comments
 (0)