diff --git a/requirements.txt b/requirements.txt index 306b189..b25024d 100644 Binary files a/requirements.txt and b/requirements.txt differ diff --git a/聚烯烃八大维度预测任务.py b/聚烯烃八大维度预测任务.py index 3be6f44..9173be2 100644 --- a/聚烯烃八大维度预测任务.py +++ b/聚烯烃八大维度预测任务.py @@ -17,7 +17,8 @@ def run_predictions(target_date): # 依次执行每个脚本 for script in scripts: # command = [r"C:\Users\Hello\.conda\envs\predict\python", script] # liuruipc - command = [r"C:/Users/EDY/.conda/envs/priceforecast/python.exe", script] #168pc + # command = [r"C:/Users/EDY/.conda/envs/priceforecast/python.exe", script] #168pc + command = [r"C:/Users/Hello/.conda/envs/predict/python.exe", script] #yitijipc subprocess.run(command, check=True)