About the pip install format

Just want to make sure:
If i would like to install a specific version of some package, say tensorflow-1.12, how should I format it in my requirement.txt?

tensorflow==1.13.1
for example

1 Like

Thx for the clarify!