Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin fsspec for python 3.7 #1191

Merged
merged 1 commit into from
Mar 7, 2023
Merged

Pin fsspec for python 3.7 #1191

merged 1 commit into from
Mar 7, 2023

Conversation

ianthomas23
Copy link
Member

This is a temporary pin of fsspec in our CI when using python 3.7. Taken from holoviz/holoviews#5639 (thanks @hoxbro).

@ianthomas23
Copy link
Member Author

CI now passing, so merging this.

@ianthomas23 ianthomas23 merged commit 4b719a3 into holoviz:main Mar 7, 2023
@ianthomas23 ianthomas23 deleted the pin_fsspec_3.7 branch March 7, 2023 11:13
extras_require['tests'] += ["hdf5 ==1.12.1"] # To be able to solve on mamba
extras_require['tests'] += [
"fsspec ==2023.1", # Bad conda-forge fsspec 2023.3.0 release
"hdf5 ==1.12.1", # To be able to solve on mamba
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PyPI build is currently failing as hdf5 is not a Python package available on PyPI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants