Skip to content

Commit

Permalink
setup: relax fsspec requirements (fsspec#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
isidentical authored Sep 23, 2021
1 parent b01bff9 commit 679e438
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:

- name: Install dependencies
run: |
python -m pip install -r requirements.txt
python -m pip install -r requirements-dev.txt
python -m pip install -e .
Expand Down
2 changes: 0 additions & 2 deletions requirements.txt

This file was deleted.

2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ long_description_content_type = text/markdown

[options]
install_requires =
fsspec==2021.8.1
fsspec>=2021.8.1
asyncssh==2.7.0
async_exit_stack==1.0.1; python_version < "3.7"
packages = find:
Expand Down

0 comments on commit 679e438

Please sign in to comment.