I'd like to specify the versions of tensorflow in a Python module. The agreeable versions are:
(version >= 1.14.0 and version < 2.0) or (version >= 2.2)
Does anyone know how to express this strange situation in a requirements.txt file? I believe there's a syntax for forbidding specific versions of a module, but I haven't been able to find it...