PyomoGallery
PyomoGallery copied to clipboard
Requirements
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.