8000 MAINT: removed xlwt from larrayenv · larray-project/larray@56fbc35 · GitHub
[go: up one dir, main page]

Skip to content

Commit 56fbc35

Browse files
committed
MAINT: removed xlwt from larrayenv
The package is not longer that useful (only useful to _write_ .xls -- not .xlsx -- files) and prevents Python 3.12 installation There is no conda package for Python 3.12 as of today. The package is unmaintained too.
1 parent 5381040 commit 56fbc35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make_release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def update_metapackage(local_repository, release_name, public_release=True, **ex
4343
dependencies = [
4444
f'larray =={version}', f'larray-editor =={version}', f'larray_eurostat =={version}',
4545
'qtconsole', 'matplotlib', 'pyqt', 'qtpy', 'pytables', 'pydantic ==1.*',
46-
'xlsxwriter', 'xlrd', 'xlwt', 'openpyxl', 'xlwings',
46+
'xlsxwriter', 'xlrd', 'openpyxl', 'xlwings',
4747
]
4848
check_call([
4949
'conda', 'metapackage', 'larrayenv', version,

0 commit comments

Comments
 (0)
0