Skip to content

Commit

Permalink
Merge pull request #38 from ufechner7/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
ufechner7 authored Mar 9, 2024
2 parents 85c02f1 + 77934bb commit 274c97e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.6'
- '1.9'
- '1'
- 'nightly'
os:
Expand Down
25 changes: 12 additions & 13 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "KiteUtils"
uuid = "90980105-b163-44e5-ba9f-8b1c83bb0533"
authors = ["Uwe Fechner <[email protected]> and contributors"]
version = "0.4.8"
version = "0.5.0"

[deps]
Arrow = "69666777-d1a9-59fb-9406-91d4454c9d45"
Expand All @@ -18,18 +18,17 @@ TestEnv = "1e6cf692-eddd-4d53-88a5-2d735e33781b"
YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"

[compat]
Arrow = "2"
CSV = "0.10"
DocStringExtensions = "0.8, 0.9"
Parameters = "0.12"
RecursiveArrayTools = "2"
Rotations = "1.1, 1.2, 1.3"
StaticArrays = "=1.2.5, ~1.3.1, ~1.4, 1.5.0 - 1.5.12"
StructArrays = "0.6"
StructTypes = "1.9"
TestEnv = "1"
YAML = "0.4"
julia = "1.6, 1.7, 1.8"
Arrow = "2.7.1"
CSV = "0.10.13"
DocStringExtensions = "0.9.3"
Parameters = "0.12.3"
RecursiveArrayTools = "3.3.3"
StaticArrays = "1.9.3"
StructArrays = "0.6.18"
Rotations = "1.7.0"
StructTypes = "1.10.0"
YAML = "0.4.9"
julia = "1.9, 1.10"

[extras]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Expand Down

0 comments on commit 274c97e

Please sign in to comment.