matthiaskoenig / sbmlsim

sbmlsim: SBML simulation made easy
GNU Lesser General Public License v3.0
5 stars 4 forks source link

Error after running `pip install -e . --upgrade` #112

Closed JBrandh closed 3 years ago

JBrandh commented 3 years ago

Running ´pip install -e . --upgrade´ returns

ERROR: Cannot install libroadrunner==2.0.5, sbmlsim and sbmlsim==0.2.0 because these package versions have conflicting dependencies.

The conflict is caused by: sbmlsim 0.2.0 depends on numpy>=1.21.0 altair 4.1.0 depends on numpy biosimulators-utils 0.1.93 depends on numpy bottleneck 1.3.2 depends on numpy libroadrunner 2.0.5 depends on numpy==1.19.3

matthiaskoenig commented 3 years ago

This is already solved with some latest dependency updates. I will make a new release in the next few days.