Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
KM3io.jl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
common
KM3io.jl
Commits
9817169f
Commit
9817169f
authored
1 year ago
by
Tamas Gal
Browse files
Options
Downloads
Plain Diff
Merge branch 'simplify-deps' into 'main'
Simplify deps See merge request
!22
parents
c18609f8
f3be775d
No related branches found
No related tags found
1 merge request
!22
Simplify deps
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Project.toml
+3
-4
3 additions, 4 deletions
Project.toml
src/KM3io.jl
+0
-1
0 additions, 1 deletion
src/KM3io.jl
with
3 additions
and
5 deletions
Project.toml
+
3
−
4
View file @
9817169f
...
...
@@ -7,9 +7,7 @@ version = "0.15.1"
Dates
=
"ade2ca70-3891-5945-98fb-dc099432e06a"
DocStringExtensions
=
"ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
HDF5
=
"f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
KM3NeTTestData
=
"3249b543-581e-4f22-b7da-6c2cdf549b24"
LinearAlgebra
=
"37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Pkg
=
"44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Printf
=
"de0858da-6303-5e67-8744-51eddeeeb8d7"
Sockets
=
"6462fe0b-24de-5631-8697-dd941f90decc"
StaticArrays
=
"90137ffa-7385-5640-81b9-e52037218182"
...
...
@@ -21,13 +19,14 @@ UnROOT = "3cd96dde-e98d-4713-81e9-a4a1b0235ce9"
[compat]
DocStringExtensions
=
"0.8, 0.9"
HDF5
=
"^0.16.15, ^0.17"
KM3NeTTestData
=
"^0.4.
8
"
KM3NeTTestData
=
"^0.4.
9
"
StaticArrays
=
"1"
UnROOT
=
"^0.10.15"
julia
=
"1"
[extras]
KM3NeTTestData
=
"3249b543-581e-4f22-b7da-6c2cdf549b24"
Test
=
"8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test
=
[
"Test"
]
test
=
[
"Test"
,
"KM3NeTTestData"
]
This diff is collapsed.
Click to expand it.
src/KM3io.jl
+
0
−
1
View file @
9817169f
...
...
@@ -8,7 +8,6 @@ using Dates: DateTime, datetime2unix, unix2datetime
using
Sockets
using
UUIDs
using
TOML
import
Pkg
const
version
=
let
if
VERSION
<
v
"1.9"
...
...
This diff is collapsed.
Click to expand it.
Tamas Gal
@tgal
mentioned in commit
22c5fdb8
·
1 year ago
mentioned in commit
22c5fdb8
mentioned in commit 22c5fdb8913724d7f37fea67422ee35045579784
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment