Skip to content

Commit

Permalink
Merge pull request #11 from JuliaTrustworthyAI/10
Browse files Browse the repository at this point in the history
Update version and compat
  • Loading branch information
kmariuszk committed Nov 20, 2023
2 parents 83edc67 + ac9c367 commit fc8f2d2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "TaijaInteroperability"
uuid = "8949ac52-83c2-4a90-b175-e52cde45fddb"
authors = ["Patrick Altmeyer"]
version = "1.0.0-DEV"
version = "0.1.0"

[deps]
CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab"
Expand All @@ -18,4 +18,8 @@ PyTorchModelExt = "PythonCall"
RTorchModelExt = "RCall"

[compat]
julia = "1.9"
CondaPkg = "0.2"
CounterfactualExplanations = "0.1"
Flux = "0.12, 0.13, 0.14"
julia = "1.7, 1.8, 1.9"
PackageExtensionCompat = "1"

0 comments on commit fc8f2d2

Please sign in to comment.