Giter Site home page Giter Site logo

Comments (5)

marcelm avatar marcelm commented on August 29, 2024 1

Oh wow, I had no idea conda had yielded to mamba to that extent. Thanks!

I think the intention by the Mamba folks was from the beginning to get the fast solver back into Conda. Good to see it happening.

Also pretty sure it's seaborn's problem here. I'm not familiar with seaborn but for what it's worth this crashes with pandas 2.0.0 but works with 1.5.3:
[...]

Ah, thanks for the reproducer. I’ll see whether I can get IgDiscover to use the most recent seaborn version. I saw some commits regarding pandas 2 compatibility.

from igdiscover-legacy.

marcelm avatar marcelm commented on August 29, 2024

Thanks a lot for reporting! I have opened bioconda/bioconda-recipes#40289 for the time being until I have time to investigate this further.

from igdiscover-legacy.

marcelm avatar marcelm commented on August 29, 2024

BTW, you can now set Conda to use the Mamba solver with these commands:

conda install -n base conda-libmamba-solver
conda config --set solver libmamba

(I hope they make it the default soon.)

from igdiscover-legacy.

ressy avatar ressy commented on August 29, 2024

Oh wow, I had no idea conda had yielded to mamba to that extent. Thanks!

Also pretty sure it's seaborn's problem here. I'm not familiar with seaborn but for what it's worth this crashes with pandas 2.0.0 but works with 1.5.3:

import seaborn
import pandas
table = pandas.DataFrame(data = {
    "x": ["A", "A", "A", "B", "B", "B"],
    "y": [5, 7, 6, 2, 3, 2.5]})
seaborn.boxenplot(data=table, x="x", y="y")

from igdiscover-legacy.

marcelm avatar marcelm commented on August 29, 2024

The Bioconda package is now updated and I also changed the Conda lock file to use Pandas 2.0.0, thanks again for reporting.

from igdiscover-legacy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.