Adam Li
Adam Li
Ah yes I did not add `dependency` block in the `pyproject.toml` file. It should work now. https://pypi.org/project/scikit-tree/
> Seems to work, but your CI seems to be failing, Hmm okay some weird windows issue. I will look into it. > and your README still refers to a...
I updated the README to be a bit more clear on how the submodule affects things, so hopefully that addresses the issue now.
No. This is all good to go from our end. @adrinjalali if this looks good to you, let us know! Thanks for the patience
@adrinjalali it seems you're on an older version for some reason? Is the pip installing from a cache? ``` (test) adam2392@adams-mbp-5 scikit-tree % pip install scikit-tree Collecting scikit-tree Downloading scikit_tree-0.4.1-cp310-cp310-macosx_10_9_x86_64.whl.metadata...
Ah I see, yeah we renamed to `scikit-tree` and so the current versions should handle the issue correctly. Sorry, I forgot to mention that. @adrinjalali
> Could you please then remove the old one from pypi? Done! Before/after moving the repo, do we need to do any renaming/etc.? E.g. where our documentation is hosted is...
Hi @adrinjalali sorry for the delay. We are figuring out some licensing issues due to Johns Hopkins. Is the following license still permissible for scikit-learn-contrib? https://github.com/neurodata/scikit-tree/blob/main/LICENSE It simply permits anyone...
If using Mac, I find this page helpful: https://scikit-learn.org/stable/developers/advanced_installation.html
In order to assess what's the issue, a minimal reproducing example is helpful. In addition, it's unclear what is the issue even in this case (or if there is anything...