Skip to content

Commit

Permalink
add compat to new interface
Browse files Browse the repository at this point in the history
  • Loading branch information
davnn committed Dec 27, 2023
1 parent 5f7835f commit 6d832dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CondaPkg.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
channels = ["conda-forge"]

[deps]
pyod = "=1"

[deps.llvmlite]
channel = "numba"
build = "*"
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name = "OutlierDetectionPython"
uuid = "2449c660-d36c-460e-a68b-92ab3c865b3e"
authors = ["David Muhr <[email protected]> and contributors"]
version = "0.2.1"
version = "0.2.2"

[deps]
OutlierDetectionInterface = "1722ece6-f894-4ffc-b6be-6ca1174e2011"
PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"

[compat]
OutlierDetectionInterface = "0.1"
OutlierDetectionInterface = "0.1, 0.2"
PythonCall = "0.9"
julia = "1.6"

Expand Down

0 comments on commit 6d832dd

Please sign in to comment.