Skip to content

Commit

Permalink
Updating compat
Browse files Browse the repository at this point in the history
  • Loading branch information
AnHeuermann committed Feb 21, 2023
1 parent 4609991 commit 42b9457
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,24 @@
name = "OMJulia"
uuid = "0f4fe800-344e-11e9-2949-fb537ad918e1"
authors = ["Martin Sjölund <martin.sjolund@liu.se>", "Arunkumar Palanisamy" <arunkumar.palanisamy@liu.se>]
authors = ["Martin Sjölund <martin.sjolund@liu.se>", "Arunkumar Palanisamy <arunkumar.palanisamy@liu.se>"]
version = "0.2.0"

[deps]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
LightXML = "9c8b4983-aa76-5018-a973-4c85ecc9e179"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
ZMQ = "c2297ded-f4af-51ae-bb23-16f91089e4e1"

[compat]
DataFrames = "0.19.4, 0.20, 0.21, 0.22, 1"
DataStructures = "0.9, 0.10, 0.11, 0.12, 0.13, 0.14, 0.15, 0.16.1, 0.17, 0.18"
LightXML = "0.8, 0.9"
ZMQ = "1"
julia = "1"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
julia = "1"
ZMQ = "1"
[targets]
test = ["Test"]

0 comments on commit 42b9457

Please sign in to comment.