Skip to content

Commit 1711b16

Browse files
authored
Drop shortcut fsspec[s3] for dependency (#920)
Use of the short rather than `fsspec` and `s3fs` separately leads to an old version of s3fs being installed. (The benefit of the shortcut is that it prevents dependabot PRs from failing.) see: * fsspec/s3fs#528 * #914
1 parent 4fb0f7e commit 1711b16

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements_dev_optional.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ pytest-cov==3.0.0
1919
pytest-doctestplus==0.11.2
2020
pytest-timeout==2.0.2
2121
h5py==3.6.0
22-
fsspec[s3]==2021.11.1
22+
fsspec==2021.11.1
23+
s3fs==2021.11.1
2324
moto[server]>=1.3.14

0 commit comments

Comments
 (0)