dreamquark-ai / tabnet

PyTorch implementation of TabNet paper : https://arxiv.org/pdf/1908.07442.pdf
https://dreamquark-ai.github.io/tabnet/
MIT License
2.55k stars 470 forks source link

Current version on conda-forge is 4.0 while 4.1 is already released #518

Closed Sebge closed 6 months ago

Sebge commented 9 months ago

Hi, I just wanted to install your implementation via conda and noted that the version there is still 4.0. Since your changelog states that 4.1 comes with pytorch 2.0 support, I would be grateful if you could put the current version also on conda-forge (clearly, the current way-to-go is to install it via pypi, but that is suboptimal in a conda enviroment). Best regards!

Optimox commented 9 months ago

@sugatoray Any chance you know how to do this ?

sugatoray commented 9 months ago

@optimox Should be doable, since PyTorch 2.0.0 is available in principle, on conda-forge channel. All we need is a PR updating the recipe (with successful build of the library in conda-forge channel).

image

Optimox commented 9 months ago

Ok, is there any chance you could take care of this? That would be very helpful for a lot of conda users!

sugatoray commented 9 months ago

@Optimox Yes, I can look into it. Will keep you posted here.

Optimox commented 9 months ago

Thank you, it's very much appreciated!

Optimox commented 6 months ago

is this resolved ? @sugatoray

sugatoray commented 6 months ago

Hi @Optimox, I am looking into it. Will share an update once it is taken care of. Thank you.

EDIT: The conda-forge version for pytorch-tabnet is the same as that on PyPI. v4.1.0

👉 Please check once from your end and close this issue if everything looks fine. Thank you.

https://anaconda.org/conda-forge/pytorch-tabnet

Optimox commented 6 months ago

Thank you very much! Looks good to me!