Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pkg.add("OutlierDetection") issues #27

Closed
nick-torenvliet opened this issue Apr 27, 2022 · 2 comments
Closed

Pkg.add("OutlierDetection") issues #27

nick-torenvliet opened this issue Apr 27, 2022 · 2 comments

Comments

@nick-torenvliet
Copy link

Hi - Just a heads up, I've got a new, fairly crisp, installation of julia 1.7.2,

It looks like there is no way to install Turing and OutlierDetection side by side - the dependencies for OutlierDetection leave no viable version for the Turing install.

Nick

@davnn
Copy link
Member

davnn commented Apr 28, 2022

Hi! Unfortunately I cannot reproduce the issue, the following code does not lead to dependecy conflicts for me. Maybe another package is to blame here?

import Pkg
Pkg.activate(temp=true)

Pkg.add([
    "Turing",
    "OutlierDetection",
    "OutlierDetectionData",
    "OutlierDetectionPython",
    "OutlierDetectionNetworks",
    "OutlierDetectionNeighbors"
])

@davnn
Copy link
Member

davnn commented Aug 21, 2022

Closing because of inactivity.

@davnn davnn closed this as completed Aug 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants