udacity / CarND-Term1-Starter-Kit

MIT License
495 stars 602 forks source link

update python and pyqt version pinning #119

Closed HanaChew closed 3 years ago

HanaChew commented 4 years ago

Tried installing natively (on both my mac and my linux machines) from the previous environment.yml file but always ran into conflicts. Eventually found out it was because of python 3.5.2. So I double-checked against the versions of the packages that were running on the Udacity workspace, and thought that updating the file here could save future CarND students some time. :)

UAnjali commented 3 years ago

Hi @HanaChew Thanks for bringing this to our notice. We have changed the files "environment.yml" and "environment-gpu.yml" based on your suggestion and also updated them with a few more dependency versions.