Skip to content

Commit

Permalink
Require PyYAML>=5.4.1, along with other updated requirements. PyYAML …
Browse files Browse the repository at this point in the history
…5.4.1

installation fails due to the Cython3 dependency installation failing: yaml/pyyaml#601.

PiperOrigin-RevId: 551021705
  • Loading branch information
andyz422 authored and Copybara-Service committed Jul 25, 2023
1 parent 44412af commit b53f2cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,23 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
rsa==4.7.2
rsa>=4.7.2
absl-py
jinja2>=2.10.2
setuptools>=40.3.0
colorlog[windows]==2.6.0
blinker>=1.3
packaging
pandas>=1.1.5
PyYAML==5.4.1
PyYAML>=5.4.1
pint
numpy>=1.16.5
contextlib2>=0.5.1
six>=1.13.0
pywinrm
timeout-decorator
google-cloud-datastore
google-cloud-monitoring==0.31.1
google-cloud-monitoring>=0.31.1
beautifulsoup4
requests
python-datetime-tz
Expand Down

0 comments on commit b53f2cd

Please sign in to comment.