-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUILD: pandas on conda main repo installs numexpr
, while on conda-forge
it does not
#59763
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
Comments
Since Anaconda controls the default channel, I suppose they have the right to include our "recommended" optional dependencies. IMO I think we are right not to include them through conda-forge as they are truly optional. |
Well, yes, but do we need to document this? I had some code that had installed pandas 2.2.2 from |
I think I agree with Matt here. You can file an issue with anaconda here maybe if you want them to drop numexpr as a dep from their feedstock |
I think it would be good to raise an issue about this in the AnacondaRecipes feedstock |
The other option is that we change our documentation to reflect that installations from |
Let's see what the Anaconda folks think first. |
|
Installation check
Platform
Windows-11-10.0.22631-SP0
Installation Method
conda install
pandas Version
2.2.2
Python Version
3.12 and 3.11
Installation Logs
When you do
conda install pandas
and it uses the main repo,numexpr
is automatically installed, even though we document it as being optional:When you install
pandas
fromconda-forge
,numexpr
is not included:Are we OK with this difference? @lithomas1
The text was updated successfully, but these errors were encountered: