Преглед изворни кода

remove unused dependency (#664)

### What problem does this PR solve?

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
tags/v0.5.0
KevinHuSh пре 1 година
родитељ
комит
a6e4b74d94
No account linked to committer's email address
2 измењених фајлова са 1 додато и 2 уклоњено
  1. 1
    1
      rag/svr/task_executor.py
  2. 0
    1
      requirements.txt

+ 1
- 1
rag/svr/task_executor.py Прегледај датотеку

except Exception as e: except Exception as e:
cron_logger.error("set_progress:({}), {}".format(task_id, str(e))) cron_logger.error("set_progress:({}), {}".format(task_id, str(e)))


close_connection()
if cancel: if cancel:
sys.exit() sys.exit()




while True: while True:
main() main()
close_connection()

+ 0
- 1
requirements.txt Прегледај датотеку

lxml==5.1.0 lxml==5.1.0
MarkupSafe==2.1.5 MarkupSafe==2.1.5
minio==7.2.4 minio==7.2.4
mpi4py==3.1.5
mpmath==1.3.0 mpmath==1.3.0
multidict==6.0.5 multidict==6.0.5
multiprocess==0.70.16 multiprocess==0.70.16

Loading…
Откажи
Сачувај