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

SeisIO prevents other packages to be updated #85

Open
ghost opened this issue Aug 7, 2021 · 5 comments
Open

SeisIO prevents other packages to be updated #85

ghost opened this issue Aug 7, 2021 · 5 comments

Comments

@ghost
Copy link

ghost commented Aug 7, 2021

Hi,

It seems that SeisIO prevents other packages to be updated. It seems that SeisIO is dependent on HTTP v0.8, so that other packages relying on HTTP v0.9 cannot be updated.

[cd3eb016] ↑ HTTP v0.8.19 ⇒ v0.9.13
[717857b8] ↑ DSP v0.6.10 ⇒ v0.7.3
[f67ccb44] ↑ HDF5 v0.13.7 ⇒ v0.15.6
[c3e4b0f8] ↑ Pluto v0.14.7 ⇒ v0.15.1
[64499a7a] ↑ WriteVTK v1.9.2 ⇒ v1.10.1

@jpjones76
Copy link
Owner

I'll update this on branch Main today. Funny story: I originally had no version dependence in my Project.toml, but someone from the Julia team got upset with me about that when I first released SeisIO.

@jpjones76
Copy link
Owner

I will have to leave HDF5 at v0.13 or older until I figure out what that package's maintainers did with the HDF5Dataset type (which I had to use extensively to get around their slowdown and memory problems). Everything else seems to pass tests with "≥" versioning in my [compat].

jpjones76 added a commit that referenced this issue Aug 17, 2021
@tclements
Copy link
Contributor

Bumping this issue - @jpjones76 can we create a minor or patch release with the HTTP and LightXML version updates?

@jpjones76
Copy link
Owner

This will become part of a bugfix patch as soon as I have GitHub Actions testing operational. Working on that today.

@haakon-e
Copy link

Hello, did you ever get a chance to look into the issue with HDF5? Using this package and Plots in the same environment currently leads to warnings such as the one reported here: JuliaPlots/Plots.jl#3235

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

No branches or pull requests

3 participants