Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ci/deps/actions-310-minimum_versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies:
- pyqt=5.15.9
- pyreadstat=1.2.6
- pytables=3.8.0
- python-calamine=0.1.7
- python-calamine=0.3.2
- pytz=2023.4
- pyxlsb=1.0.10
- s3fs=2023.12.2
Expand Down
2 changes: 1 addition & 1 deletion ci/deps/actions-310.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies:
- pyqt>=5.15.9
- pyreadstat>=1.2.6
- pytables>=3.8.0
- python-calamine>=0.1.7
- python-calamine>=0.3.2
- pytz>=2023.4
- pyxlsb>=1.0.10
- s3fs>=2023.12.2
Expand Down
2 changes: 1 addition & 1 deletion ci/deps/actions-311-downstream_compat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies:
- pyqt>=5.15.9
- pyreadstat>=1.2.6
- pytables>=3.8.0
- python-calamine>=0.1.7
- python-calamine>=0.3.2
- pytz>=2023.4
- pyxlsb>=1.0.10
- s3fs>=2023.12.2
Expand Down
2 changes: 1 addition & 1 deletion ci/deps/actions-311.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies:
- pymysql>=1.1.0
- pyreadstat>=1.2.6
- pytables>=3.8.0
- python-calamine>=0.1.7
- python-calamine>=0.3.2
- pytz>=2023.4
- pyxlsb>=1.0.10
- s3fs>=2023.12.2
Expand Down
2 changes: 1 addition & 1 deletion ci/deps/actions-312.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies:
- pymysql>=1.1.0
- pyreadstat>=1.2.6
- pytables>=3.8.0
- python-calamine>=0.1.7
- python-calamine>=0.3.2
- pytz>=2023.4
- pyxlsb>=1.0.10
- s3fs>=2023.12.2
Expand Down
2 changes: 1 addition & 1 deletion ci/deps/actions-313.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies:
- pymysql>=1.1.0
- pyreadstat>=1.2.6
- pytables>=3.8.0
- python-calamine>=0.1.7
- python-calamine>=0.3.2
- pytz>=2023.4
- pyxlsb>=1.0.10
- s3fs>=2023.12.2
Expand Down
2 changes: 1 addition & 1 deletion doc/source/getting_started/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ Dependency Minimum Versi
`xlsxwriter <https://github.com/jmcnamara/XlsxWriter>`__ 3.2.0 excel Writing for xlsx files
`openpyxl <https://github.com/theorchard/openpyxl>`__ 3.1.2 excel Reading / writing for Excel 2010 xlsx/xlsm/xltx/xltm files
`pyxlsb <https://github.com/willtrnr/pyxlsb>`__ 1.0.10 excel Reading for xlsb files
`python-calamine <https://github.com/dimastbk/python-calamine>`__ 0.1.7 excel Reading for xls/xlsx/xlsm/xlsb/xla/xlam/ods files
`python-calamine <https://github.com/dimastbk/python-calamine>`__ 0.3.2 excel Reading for xls/xlsx/xlsm/xlsb/xla/xlam/ods files
`odfpy <https://github.com/eea/odfpy>`__ 1.4.1 excel Reading / writing for OpenDocument 1.2 files
================================================================== ================== =============== =============================================================

Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies:
- pymysql>=1.1.0
- pyreadstat>=1.2.6
- pytables>=3.8.0
- python-calamine>=0.1.7
- python-calamine>=0.3.2
- pytz>=2023.4
- pyxlsb>=1.0.10
- s3fs>=2023.12.2
Expand Down
2 changes: 1 addition & 1 deletion pandas/compat/_optional.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"pyiceberg": "0.7.1",
"pyreadstat": "1.2.6",
"pytest": "7.3.2",
"python-calamine": "0.1.7",
"python-calamine": "0.3.2",
"pytz": "2023.4",
"pyxlsb": "1.0.10",
"s3fs": "2023.12.2",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ computation = ['scipy>=1.12.0', 'xarray>=2024.1.1']
fss = ['fsspec>=2023.12.2']
aws = ['s3fs>=2023.12.2']
gcp = ['gcsfs>=2023.12.2']
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']
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']
parquet = ['pyarrow>=10.0.1']
feather = ['pyarrow>=10.0.1']
iceberg = ['pyiceberg>=0.7.1']
Expand Down Expand Up @@ -105,7 +105,7 @@ all = ['adbc-driver-postgresql>=0.10.0',
'pyreadstat>=1.2.6',
'pytest>=7.3.2',
'pytest-xdist>=3.4.0',
'python-calamine>=0.1.7',
'python-calamine>=0.3.2',
'pytz>=2023.4',
'pyxlsb>=1.0.10',
'qtpy>=2.3.0',
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pyiceberg>=0.7.1
pymysql>=1.1.0
pyreadstat>=1.2.6
tables>=3.8.0
python-calamine>=0.1.7
python-calamine>=0.3.2
pytz>=2023.4
pyxlsb>=1.0.10
s3fs>=2023.12.2
Expand Down
2 changes: 1 addition & 1 deletion scripts/tests/data/deps_expected_random.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies:
- pymysql>=1.1.0
- pyreadstat>=1.1.2
- pytables>=3.6.1
- python-calamine>=0.1.7
- python-calamine>=0.3.2
- pyxlsb>=1.0.8
- s3fs>=2021.08.0
- scipy>=1.7.1
Expand Down
4 changes: 2 additions & 2 deletions scripts/tests/data/deps_minimum.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ computation = ['scipy>=1.7.1', 'xarray>=0.21.0']
fss = ['fsspec>=2021.07.0']
aws = ['s3fs>=2021.08.0']
gcp = ['gcsfs>=2021.07.0']
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']
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']
parquet = ['pyarrow>=7.0.0']
feather = ['pyarrow>=7.0.0']
hdf5 = ['tables>=3.6.1']
Expand Down Expand Up @@ -95,7 +95,7 @@ all = ['beautifulsoup4>=5.9.3',
'pyreadstat>=1.1.2',
'pytest>=7.3.2',
'pytest-xdist>=3.4.0',
'python-calamine>=0.1.7',
'python-calamine>=0.3.2',
'pyxlsb>=1.0.8',
'qtpy>=2.3.0',
'scipy>=1.7.1',
Expand Down
2 changes: 1 addition & 1 deletion scripts/tests/data/deps_unmodified_random.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies:
- pymysql>=1.1.0
- pyreadstat>=1.1.2
- pytables>=3.6.1
- python-calamine>=0.1.7
- python-calamine>=0.3.2
- pyxlsb>=1.0.8
- s3fs>=2021.08.0
- scipy>=1.7.1
Expand Down
Loading