Relaxing version requirements
This commit is contained in:
parent
8481b930b4
commit
7628415ad2
1 changed files with 7 additions and 7 deletions
|
|
@ -1,9 +1,9 @@
|
|||
colorama==0.4.6
|
||||
openai==2.8.0
|
||||
python-dotenv==1.0.0
|
||||
retry==0.9.2
|
||||
ruamel.yaml==0.17.32
|
||||
tiktoken==0.8.0
|
||||
tqdm==4.65.0
|
||||
colorama>=0.4.6
|
||||
openai>=2.8.0
|
||||
python-dotenv>=1.0.0
|
||||
retry>=0.9.2
|
||||
ruamel.yaml>=0.17.32
|
||||
tiktoken>=0.8.0
|
||||
tqdm>=4.65.0
|
||||
pillow>=12.1.0
|
||||
PyQt5>=5.15.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue