Skip to content

Commit

Permalink
Merge pull request #4 from EarthyScience/la/compats
Browse files Browse the repository at this point in the history
set compats
  • Loading branch information
lazarusA authored Oct 8, 2024
2 parents 57e03fc + 5af3326 commit c04b9c4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ docs/build/
*.rej
node_modules
.CondaPkg
.vscode
.vscode
*.png
8 changes: 8 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,18 @@ version = "0.1.0"
[deps]
CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
YAXArrays = "c21b50f5-aa40-41ea-b809-c0f5e47bfa5c"
Zarr = "0a941bbe-ad1d-11e8-39d9-ab76183a1d99"

[compat]
CondaPkg = "0.2"
DataStructures = "0.18"
ProgressMeter = "1.10"
PythonCall = "0.9"
YAXArrays = "0.5"
Statistics = "1.10"
Zarr = "0.9"
julia = "1.10"
1 change: 1 addition & 0 deletions src/UnpackSinTiles.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ module UnpackSinTiles
using Statistics
using DataStructures
using PythonCall
using ProgressMeter

hdf(f) = @pyconst(pyimport("pyhdf.SD").SD)(f)
export hdf
Expand Down

0 comments on commit c04b9c4

Please sign in to comment.