-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes for compatibility with Flux v0.16
- Loading branch information
Matthew Sainsbury-Dale
authored and
Matthew Sainsbury-Dale
committed
Jan 12, 2025
1 parent
32e1462
commit f22f763
Showing
12 changed files
with
79 additions
and
122 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "NeuralEstimators" | ||
uuid = "38f6df31-6b4a-4144-b2af-7ace2da57606" | ||
authors = ["Matthew Sainsbury-Dale <[email protected]> and contributors"] | ||
version = "0.2.1" | ||
version = "0.2.2" | ||
|
||
[deps] | ||
BSON = "fbb218c0-5317-5bc6-957e-2ee96dd4b1f0" | ||
|
@@ -45,9 +45,9 @@ CairoMakie = "0.12" | |
ColorSchemes = "2, 3" | ||
DataFrames = "1" | ||
Distances = "0.10, 0.11" | ||
Flux = "0.14" | ||
Flux = "0.16" | ||
Folds = "0.2" | ||
GraphNeuralNetworks = "0.6" | ||
GraphNeuralNetworks = "0.6, 1" | ||
Graphs = "1" | ||
InvertedIndices = "1" | ||
Metal = "1" | ||
|
@@ -57,7 +57,7 @@ RecursiveArrayTools = "2, 3" | |
SpecialFunctions = "2" | ||
Statistics = "1" | ||
StatsBase = "0.33, 0.34" | ||
julia = "1.9" | ||
julia = "1.9, 1.10, 1.11" | ||
|
||
[extras] | ||
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.