Skip to content

Commit 45d3c83

Browse files
author
Maximilian Reißmann
committed
fix project toml
1 parent 080c563 commit 45d3c83

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

Project.toml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "JGepRegression"
22
uuid = "2f0a5bb0-5f4f-4f7f-b515-93a1e67611af"
33
authors = ["Max Reissmann <reissmannm@student.unimelb.edu.au>"]
4-
version = "0.3.3"
4+
version = "0.3.4"
55

66

77
[deps]
@@ -30,21 +30,21 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
3030

3131

3232
[compat]
33-
BenchmarkTools = "1.5.0"
34-
CSV = "0.10.15"
35-
DataFrames = "1.7.0"
36-
DynamicExpressions = "1.3.0"
37-
FileIO = "1.16.4"
38-
ForwardDiff = "0.10.36"
39-
GZip = "0.6.2"
40-
JSON = "0.21.4"
41-
LineSearches = "7.3.0"
42-
Optim = "1.9.4"
43-
OrderedCollections = "1.6.3"
44-
Printf = "1"
45-
ProgressMeter = "1.10.2"
46-
StaticArrays = "1.9.8"
47-
Statistics = "1"
48-
Test = "1"
49-
Zygote = "0.6.72"
33+
BenchmarkTools = "1"
34+
CSV = "0.10"
35+
DataFrames = "1"
36+
DynamicExpressions = "1"
37+
FileIO = "1"
38+
ForwardDiff = "0.10"
39+
GZip = "0.6"
40+
JSON = "0.21"
41+
LineSearches = "7"
42+
Optim = "1"
43+
OrderedCollections = "1"
44+
Printf = "1"
45+
ProgressMeter = "1"
46+
StaticArrays = "1"
47+
Statistics = "1"
48+
Test = "1"
49+
Zygote = "0.6"
5050
julia = "1.10"

0 commit comments

Comments
 (0)