From f8fa1dc86add255089144b4569672e016a88fce2 Mon Sep 17 00:00:00 2001 From: Kastan Day Date: Thu, 14 Dec 2023 14:56:30 -0800 Subject: [PATCH] hard lock requirement versions --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7f17ca4f..17cf81f8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -52,7 +52,7 @@ unstructured==0.10.29 # causes huge ~5.3 GB of installs. Probbably from onnx: ht # Not currently supporting coursera ingest # cs-dlp @ git+https://github.com/raffaem/cs-dlp.git@0.12.0b0 # previously called coursera-dl -xlrd # for excel ingest -newrelic -ray -langchainhub \ No newline at end of file +xlrd==1.1.0 # for excel ingest +newrelic==9.3.0 +ray==2.8.1 +langchainhub==0.1.14 \ No newline at end of file