Join Slack
Powered by
Can one set visibility on third party dependencies...
# general
p
purple-plastic-57801
01/11/2024, 5:44 PM
Can one set visibility on third party dependencies? I’d like to make it so scipy cannot be imported directly - and ideally transitively - from a specific package.
b
broad-processor-92400
01/11/2024, 7:51 PM
I imagine it works for direct dependencies, have you tried and got errors? I imagine it won’t work for transitive ones due to
https://github.com/pantsbuild/pants/issues/12733
2
Views
Open in Slack
Previous
Next