Skip to content

Commit

Permalink
del: remove unused fsspec dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hlouzada committed Jan 16, 2025
1 parent c021698 commit afb723b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ dependencies:
- cookiecutter >=1.6.0
- diff-match-patch >=20181111
- fcitx-qt5 >=1.2.7
- fsspec >= 2021.10.0
- fzf >=0.42.0
- importlib-metadata >=4.6.0
- intervaltree >=3.0.2
Expand Down
1 change: 0 additions & 1 deletion requirements/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ dependencies:
- cloudpickle >=0.5.0
- cookiecutter >=1.6.0
- diff-match-patch >=20181111
- fsspec >= 2021.10.0
- fzf >=0.42.0
# Need at least some compatibility with python 3.10 features
- importlib-metadata >=4.6.0
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,6 @@ def run(self):
'cloudpickle>=0.5.0',
'cookiecutter>=1.6.0',
'diff-match-patch>=20181111',
'fsspec>=2021.10.0',
# While this is only required for python <3.10, it is safe enough to
# install in all cases and helps the tests to pass.
'importlib-metadata>=4.6.0',
Expand Down
5 changes: 0 additions & 5 deletions spyder/dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
CLOUDPICKLE_REQVER = '>=0.5.0'
COOKIECUTTER_REQVER = '>=1.6.0'
DIFF_MATCH_PATCH_REQVER = '>=20181111'
FSSPEC_REQVER = '>=2021.10.0'
IMPORTLIB_METADATA_REQVER = '>=4.6.0'
INTERVALTREE_REQVER = '>=3.0.2'
IPYTHON_REQVER = ">=8.12.2,<8.13.0" if PY38 else ">=8.13.0,<9.0.0,!=8.17.1"
Expand Down Expand Up @@ -131,10 +130,6 @@
'package_name': "diff-match-patch",
'features': _("Compute text file diff changes during edition"),
'required_version': DIFF_MATCH_PATCH_REQVER},
{'modname': "fsspec",
'package_name': "fsspec",
'features': _("File system abstraction layer for remote file systems"),
'required_version': FSSPEC_REQVER},
{'modname': 'importlib_metadata',
'package_name': 'importlib-metadata',
'features': _('Access the metadata for a Python package'),
Expand Down

0 comments on commit afb723b

Please sign in to comment.