Skip to content

Commit 274a254

Browse files
committed
DEP: update python-calamine to 0.3.2
1 parent 2096b28 commit 274a254

14 files changed

+16
-16
lines changed

ci/deps/actions-310-minimum_versions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies:
4747
- pyqt=5.15.9
4848
- pyreadstat=1.2.6
4949
- pytables=3.8.0
50-
- python-calamine=0.1.7
50+
- python-calamine=0.3.2
5151
- pytz=2023.4
5252
- pyxlsb=1.0.10
5353
- s3fs=2023.12.2

ci/deps/actions-310.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies:
4545
- pyqt>=5.15.9
4646
- pyreadstat>=1.2.6
4747
- pytables>=3.8.0
48-
- python-calamine>=0.1.7
48+
- python-calamine>=0.3.2
4949
- pytz>=2023.4
5050
- pyxlsb>=1.0.10
5151
- s3fs>=2023.12.2

ci/deps/actions-311-downstream_compat.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies:
4646
- pyqt>=5.15.9
4747
- pyreadstat>=1.2.6
4848
- pytables>=3.8.0
49-
- python-calamine>=0.1.7
49+
- python-calamine>=0.3.2
5050
- pytz>=2023.4
5151
- pyxlsb>=1.0.10
5252
- s3fs>=2023.12.2

ci/deps/actions-311.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies:
4545
- pymysql>=1.1.0
4646
- pyreadstat>=1.2.6
4747
- pytables>=3.8.0
48-
- python-calamine>=0.1.7
48+
- python-calamine>=0.3.2
4949
- pytz>=2023.4
5050
- pyxlsb>=1.0.10
5151
- s3fs>=2023.12.2

ci/deps/actions-312.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies:
4545
- pymysql>=1.1.0
4646
- pyreadstat>=1.2.6
4747
- pytables>=3.8.0
48-
- python-calamine>=0.1.7
48+
- python-calamine>=0.3.2
4949
- pytz>=2023.4
5050
- pyxlsb>=1.0.10
5151
- s3fs>=2023.12.2

ci/deps/actions-313.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies:
4545
- pymysql>=1.1.0
4646
- pyreadstat>=1.2.6
4747
- pytables>=3.8.0
48-
- python-calamine>=0.1.7
48+
- python-calamine>=0.3.2
4949
- pytz>=2023.4
5050
- pyxlsb>=1.0.10
5151
- s3fs>=2023.12.2

doc/source/getting_started/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ Dependency Minimum Versi
227227
`xlsxwriter <https://github.com/jmcnamara/XlsxWriter>`__ 3.2.0 excel Writing for xlsx files
228228
`openpyxl <https://github.com/theorchard/openpyxl>`__ 3.1.2 excel Reading / writing for Excel 2010 xlsx/xlsm/xltx/xltm files
229229
`pyxlsb <https://github.com/willtrnr/pyxlsb>`__ 1.0.10 excel Reading for xlsb files
230-
`python-calamine <https://github.com/dimastbk/python-calamine>`__ 0.1.7 excel Reading for xls/xlsx/xlsm/xlsb/xla/xlam/ods files
230+
`python-calamine <https://github.com/dimastbk/python-calamine>`__ 0.3.2 excel Reading for xls/xlsx/xlsm/xlsb/xla/xlam/ods files
231231
`odfpy <https://github.com/eea/odfpy>`__ 1.4.1 excel Reading / writing for OpenDocument 1.2 files
232232
================================================================== ================== =============== =============================================================
233233

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dependencies:
4848
- pymysql>=1.1.0
4949
- pyreadstat>=1.2.6
5050
- pytables>=3.8.0
51-
- python-calamine>=0.1.7
51+
- python-calamine>=0.3.2
5252
- pytz>=2023.4
5353
- pyxlsb>=1.0.10
5454
- s3fs>=2023.12.2

pandas/compat/_optional.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"pyiceberg": "0.7.1",
4343
"pyreadstat": "1.2.6",
4444
"pytest": "7.3.2",
45-
"python-calamine": "0.1.7",
45+
"python-calamine": "0.3.2",
4646
"pytz": "2023.4",
4747
"pyxlsb": "1.0.10",
4848
"s3fs": "2023.12.2",

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ computation = ['scipy>=1.12.0', 'xarray>=2024.1.1']
6565
fss = ['fsspec>=2023.12.2']
6666
aws = ['s3fs>=2023.12.2']
6767
gcp = ['gcsfs>=2023.12.2']
68-
excel = ['odfpy>=1.4.1', 'openpyxl>=3.1.2', 'python-calamine>=0.1.7', 'pyxlsb>=1.0.10', 'xlrd>=2.0.1', 'xlsxwriter>=3.2.0']
68+
excel = ['odfpy>=1.4.1', 'openpyxl>=3.1.2', 'python-calamine>=0.3.2', 'pyxlsb>=1.0.10', 'xlrd>=2.0.1', 'xlsxwriter>=3.2.0']
6969
parquet = ['pyarrow>=10.0.1']
7070
feather = ['pyarrow>=10.0.1']
7171
iceberg = ['pyiceberg>=0.7.1']
@@ -105,7 +105,7 @@ all = ['adbc-driver-postgresql>=0.10.0',
105105
'pyreadstat>=1.2.6',
106106
'pytest>=7.3.2',
107107
'pytest-xdist>=3.4.0',
108-
'python-calamine>=0.1.7',
108+
'python-calamine>=0.3.2',
109109
'pytz>=2023.4',
110110
'pyxlsb>=1.0.10',
111111
'qtpy>=2.3.0',

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ pyiceberg>=0.7.1
3737
pymysql>=1.1.0
3838
pyreadstat>=1.2.6
3939
tables>=3.8.0
40-
python-calamine>=0.1.7
40+
python-calamine>=0.3.2
4141
pytz>=2023.4
4242
pyxlsb>=1.0.10
4343
s3fs>=2023.12.2

scripts/tests/data/deps_expected_random.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies:
4141
- pymysql>=1.1.0
4242
- pyreadstat>=1.1.2
4343
- pytables>=3.6.1
44-
- python-calamine>=0.1.7
44+
- python-calamine>=0.3.2
4545
- pyxlsb>=1.0.8
4646
- s3fs>=2021.08.0
4747
- scipy>=1.7.1

scripts/tests/data/deps_minimum.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ computation = ['scipy>=1.7.1', 'xarray>=0.21.0']
6060
fss = ['fsspec>=2021.07.0']
6161
aws = ['s3fs>=2021.08.0']
6262
gcp = ['gcsfs>=2021.07.0']
63-
excel = ['odfpy>=1.4.1', 'openpyxl>=3.0.7', 'python-calamine>=0.1.7', 'pyxlsb>=1.0.8', 'xlrd>=2.0.1', 'xlsxwriter>=1.4.3']
63+
excel = ['odfpy>=1.4.1', 'openpyxl>=3.0.7', 'python-calamine>=0.3.2', 'pyxlsb>=1.0.8', 'xlrd>=2.0.1', 'xlsxwriter>=1.4.3']
6464
parquet = ['pyarrow>=7.0.0']
6565
feather = ['pyarrow>=7.0.0']
6666
hdf5 = ['tables>=3.6.1']
@@ -95,7 +95,7 @@ all = ['beautifulsoup4>=5.9.3',
9595
'pyreadstat>=1.1.2',
9696
'pytest>=7.3.2',
9797
'pytest-xdist>=3.4.0',
98-
'python-calamine>=0.1.7',
98+
'python-calamine>=0.3.2',
9999
'pyxlsb>=1.0.8',
100100
'qtpy>=2.3.0',
101101
'scipy>=1.7.1',

scripts/tests/data/deps_unmodified_random.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies:
4141
- pymysql>=1.1.0
4242
- pyreadstat>=1.1.2
4343
- pytables>=3.6.1
44-
- python-calamine>=0.1.7
44+
- python-calamine>=0.3.2
4545
- pyxlsb>=1.0.8
4646
- s3fs>=2021.08.0
4747
- scipy>=1.7.1

0 commit comments

Comments
 (0)