ActivitySim / populationsim

An Open Platform for Population Synthesis
https://activitysim.github.io/populationsim
Other
53 stars 41 forks source link

Convert distribution system to conda-forge #142

Open bstabler opened 3 years ago

bstabler commented 3 years ago

Just like activitysim, see https://github.com/ActivitySim/activitysim/issues/424

bettinardi commented 1 year ago

Hopefully a low lift to migrate PopSim in a similar way that ActivitySim was migrated. I'm not sure how much this adds, but I would like PopSim to be installed with the ActivitySim installer - one install for everything being developed under ActivitySim...

brynpickering commented 5 months ago

The main blocker will be or-tools, which has issues of its own with building a conda-forge recipe on windows and macos: https://github.com/conda-forge/or-tools-feedstock/issues/9.

If or-tools could be an optional dependency and cvxpy the default solver then there wouldn't be the same issues.