Skip to content

Commit 080c563

Browse files
author
Maximilian Reißmann
committed
add toml compat
1 parent f7f1018 commit 080c563

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

Project.toml

Lines changed: 22 additions & 1 deletion
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.2"
4+
version = "0.3.3"
55

66

77
[deps]
@@ -27,3 +27,24 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
2727
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
2828
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2929
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
30+
31+
32+
[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"
50+
julia = "1.10"

0 commit comments

Comments
 (0)