Skip to content

Commit

Permalink
chore: bump compat for Functors to 0.5, (keep existing compat)
Browse files Browse the repository at this point in the history
  • Loading branch information
CompatHelper Julia authored and avik-pal committed Nov 15, 2024
1 parent 74ff027 commit d5810d4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Boltz"
uuid = "4544d5e4-abc5-4dea-817f-29e4c205d9c8"
authors = ["Avik Pal <[email protected]> and contributors"]
version = "1.0.2"
version = "1.0.3"

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
Expand Down Expand Up @@ -53,7 +53,7 @@ ConcreteStructs = "0.2.3"
DataInterpolations = "6.4"
DynamicExpressions = "0.16, 0.17, 0.18, 0.19, 1"
ForwardDiff = "0.10.36"
Functors = "0.4.12"
Functors = "0.4.12, 0.5"
GPUArraysCore = "0.1.6, 0.2"
JLD2 = "0.5"
LazyArtifacts = "1.10"
Expand Down
4 changes: 2 additions & 2 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

[compat]
Boltz = "1"
Boltz = "1.1"
Documenter = "1"
DocumenterCitations = "1"
DocumenterVitepress = "0.1"
DynamicExpressions = "0.16, 0.17, 0.18, 0.19, 1"
Literate = "2"
Lux = "1"
Lux = "1.3"
Random = "1.10"
Zygote = "0.6.70"
8 changes: 4 additions & 4 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ Hwloc = "3.2.0"
InteractiveUtils = "<0.0.1, 1"
JLD2 = "0.5"
LoopVectorization = "0.12.171"
Lux = "1"
LuxLib = "1"
Lux = "1.3"
LuxLib = "1.3.7"
LuxTestUtils = "1.1.2"
MLDataDevices = "1"
MLDataDevices = "1.6"
Metalhead = "0.9"
NNlib = "0.9.21"
NNlib = "0.9.24"
Pkg = "1.10"
Random = "1.10"
ReTestItems = "1.24.0"
Expand Down

0 comments on commit d5810d4

Please sign in to comment.