Skip to content

Commit

Permalink
v3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cossio committed Aug 5, 2023
1 parent 5a7026d commit 74811a5
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
name = "RestrictedBoltzmannMachines"
uuid = "12e6b396-7db5-4506-8cb6-664a4fe1e50e"
authors = ["Jorge Fernandez-de-Cossio-Diaz <[email protected]>"]
version = "3.2.2"
version = "3.2.3"

[deps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
DiffRules = "b552c78f-8df3-52c6-915a-8e097449b14b"
EllipsisNotation = "da5c29d0-fa7d-589e-88eb-ea29b0a81949"
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
LogExpFunctions = "2ab3a3ac-af41-5b50-aa03-7779005ae688"
Optimisers = "3bd65402-5787-11e9-1adc-39752487f4e2"
DiffRules = "b552c78f-8df3-52c6-915a-8e097449b14b"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
Optimisers = "3bd65402-5787-11e9-1adc-39752487f4e2"

[compat]
EllipsisNotation = "1"
julia = "1.7"
ChainRulesCore = "1.11"
LogExpFunctions = "0.3"
DiffRules = "1.8"
EllipsisNotation = "1"
SpecialFunctions = "2"
FillArrays = "0.12, 0.13, 1"
LogExpFunctions = "0.3"
Optimisers = "0.2"
SpecialFunctions = "2"
julia = "1.7"

0 comments on commit 74811a5

Please sign in to comment.