Skip to content

Commit

Permalink
fix project toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian Reißmann committed Oct 26, 2024
1 parent 080c563 commit 45d3c83
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "JGepRegression"
uuid = "2f0a5bb0-5f4f-4f7f-b515-93a1e67611af"
authors = ["Max Reissmann <[email protected]>"]
version = "0.3.3"
version = "0.3.4"


[deps]
Expand Down Expand Up @@ -30,21 +30,21 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"


[compat]
BenchmarkTools = "1.5.0"
CSV = "0.10.15"
DataFrames = "1.7.0"
DynamicExpressions = "1.3.0"
FileIO = "1.16.4"
ForwardDiff = "0.10.36"
GZip = "0.6.2"
JSON = "0.21.4"
LineSearches = "7.3.0"
Optim = "1.9.4"
OrderedCollections = "1.6.3"
Printf = "1"
ProgressMeter = "1.10.2"
StaticArrays = "1.9.8"
Statistics = "1"
Test = "1"
Zygote = "0.6.72"
BenchmarkTools = "1"
CSV = "0.10"
DataFrames = "1"
DynamicExpressions = "1"
FileIO = "1"
ForwardDiff = "0.10"
GZip = "0.6"
JSON = "0.21"
LineSearches = "7"
Optim = "1"
OrderedCollections = "1"
Printf = "1"
ProgressMeter = "1"
StaticArrays = "1"
Statistics = "1"
Test = "1"
Zygote = "0.6"
julia = "1.10"

0 comments on commit 45d3c83

Please sign in to comment.