Skip to content

Commit 735c48c

Browse files
Reverting test data to working version
1 parent bc4d689 commit 735c48c

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

scripts/tests/data/deps_minimum.toml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,12 @@ test = ['hypothesis>=6.34.2', 'pytest>=7.3.2', 'pytest-xdist>=3.4.0']
5757
performance = ['bottleneck>=1.3.2', 'numba>=0.53.1', 'numexpr>=2.7.1']
5858
timezone = ['tzdata>=2022.1']
5959
computation = ['scipy>=1.7.1', 'xarray>=0.21.0']
60-
fss = ['fsspec>=2023.12.2']
61-
aws = ['s3fs>=2023.12.2']
62-
gcp = ['gcsfs>=2023.12.2']
60+
fss = ['fsspec>=2021.07.0']
61+
aws = ['s3fs>=2021.08.0']
62+
gcp = ['gcsfs>=2021.07.0']
6363
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']
6464
parquet = ['pyarrow>=7.0.0']
6565
feather = ['pyarrow>=7.0.0']
66-
iceberg = ['pyiceberg>=0.7.1']
6766
hdf5 = [# blosc only available on conda (https://github.com/Blosc/python-blosc/issues/297)
6867
#'blosc>=1.20.1',
6968
'tables>=3.6.1']
@@ -82,8 +81,8 @@ all = ['beautifulsoup4>=5.9.3',
8281
#'blosc>=1.21.0',
8382
'bottleneck>=1.3.2',
8483
'fastparquet>=0.6.3',
85-
'fsspec>=2023.12.2',
86-
'gcsfs>=2023.12.2',
84+
'fsspec>=2021.07.0',
85+
'gcsfs>=2021.07.0',
8786
'html5lib>=1.1',
8887
'hypothesis>=6.34.2',
8988
'jinja2>=3.0.0',
@@ -104,7 +103,7 @@ all = ['beautifulsoup4>=5.9.3',
104103
'pyxlsb>=1.0.8',
105104
'qtpy>=2.3.0',
106105
'scipy>=1.7.1',
107-
's3fs>=2023.12.2',
106+
's3fs>=2021.08.0',
108107
'SQLAlchemy>=1.4.16',
109108
'tables>=3.6.1',
110109
'tabulate>=0.8.9',

0 commit comments

Comments
 (0)