Pyomo / PyomoGallery

A collection of Pyomo examples
Other
287 stars 160 forks source link

Requirements #20

Open pedro-ricardo opened 2 years ago

pedro-ricardo commented 2 years ago

Hello there !

I've tried to run some examples here ... and I think that by now a requirements.txt file is necessary. Looks like there are things outdated in pandas and also pyomo.

The following command seem to work, but you need to change all pandas .ix methods to .loc

pip3 install wheel pandas "pyomo<6" ipykernel

After adding this requirements and fixing the pandas issues ... maybe updating the codes to the new pyomo would be interesting as well.