You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 alsopyomo
.The following command seem to work, but you need to change all pandas
.ix
methods to.loc
After adding this requirements and fixing the pandas issues ... maybe updating the codes to the new pyomo would be interesting as well.
The text was updated successfully, but these errors were encountered: