From 579292174da9762850c58cd47d54f39c88aaf968 Mon Sep 17 00:00:00 2001 From: soten355 Date: Thu, 16 Mar 2023 10:12:11 -0700 Subject: [PATCH] Major Update 3/14 Simplified PIP requirements to most up-to-date pip's --- requirements.txt | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/requirements.txt b/requirements.txt index 39c1ef9..d16f475 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,15 +1,15 @@ -h5py==3.7.0 -Pillow==9.2.0 -tqdm==4.64.1 -tensorboard==2.10.1 -tensorboard-data-server==0.6.1 -tensorboard-plugin-wit==1.8.1 -tensorflow-addons==0.17.1 -tensorflow-estimator==2.10.0 -tensorflow-macos==2.10.0 -tensorflow-metal==0.6.0 -ftfy==6.1.1 -regex==2022.9.13 +h5py +Pillow +tqdm +tensorboard +tensorboard-data-server +tensorboard-plugin-wit +tensorflow-addons +tensorflow-estimator +tensorflow-macos +tensorflow-metal +ftfy +regex gradio scikit-image psutil @@ -17,4 +17,4 @@ torch opencv-python numexpr pytorch-lightning -numpy \ No newline at end of file +numpy