Skip to content

Commit

Permalink
[KED-2706] Upgrade fsspec (kedro-org#1195)
Browse files Browse the repository at this point in the history
  • Loading branch information
ignacioparicio committed Jul 30, 2021
1 parent 7613dec commit ed5146d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* Removed `.ipython/profile_default/startup/` from the Kedro project template in favour of `.ipython/profile_default/ipython_config.py` and the `kedro.extras.extensions.ipython`.

## Bug fixes and other changes
* Bumped minimum required `fsspec` version to 2021.04.

## Minor breaking changes to the API

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cachetools~=4.1
click<8.0
cookiecutter~=1.7.0
dynaconf~=3.1.2
fsspec>=0.5.1, <0.9
fsspec>=2021.04, <2022.01 # Upper bound set arbitrarily, to be reassessed in early 2022
gitpython~=3.0
jmespath>=0.9.5, <1.0
jupyter_client>=5.1, <7.0
Expand Down
4 changes: 2 additions & 2 deletions test_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-r requirements.txt
adlfs>=0.2.4, <0.6
adlfs~=0.7
bandit>=1.6.2, <2.0
behave==1.2.6
biopython~=1.73
Expand All @@ -8,7 +8,7 @@ blacken-docs==1.9.2
compress-pickle[lz4]~=1.2.0
dask[complete]~=2.6
flake8~=3.5
gcsfs>=0.3.0, <0.8.0
gcsfs>=2021.04, <2022.01 # Upper bound set arbitrarily, to be reassessed in early 2022
geopandas>=0.6.0, <1.0
hdfs>=2.5.8, <3.0
holoviews~=1.13.0
Expand Down

0 comments on commit ed5146d

Please sign in to comment.