Emma Rizzi
07/20/2022, 7:22 AMMike Geeves
07/20/2022, 9:12 AMrequirements.txt
file(s) you're pinning a version, not just prefect
which would install the latest if you were to install from scratch. So if you already have say prefect~=1.2.4
in there or are using poetry which will be pinning all the versions it should be fine, if not you can check the version you're currently using if preferred, and add it in.
(disclaimer: casual observer, not currently a user!)Anna Geller
07/20/2022, 10:32 AMEmma Rizzi
07/20/2022, 11:07 AMAnna Geller
07/20/2022, 12:51 PMpip install prefect==1.2.4
rather than just this (which would install 2.0):
pip install prefect
Emma Rizzi
07/20/2022, 1:13 PM