aopstudio commited on
Commit
0cb3254
·
1 Parent(s): 367273c

Fix dependency conflict (#1293)

Browse files

### What problem does this PR solve?

Fix dependency conflict

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)

Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -85,9 +85,9 @@ pyarrow==15.0.0
85
  pyarrow-hotfix==0.6
86
  pyclipper==1.3.0.post5
87
  pycparser==2.21
88
- pycryptodome==3.20.0
89
- pycryptodome-test-vectors==1.0.14
90
- pycryptodomex==3.20.0
91
  pydantic==2.6.2
92
  pydantic_core==2.16.3
93
  PyJWT==2.8.0
 
85
  pyarrow-hotfix==0.6
86
  pyclipper==1.3.0.post5
87
  pycparser==2.21
88
+ pycryptodome
89
+ pycryptodome-test-vectors
90
+ pycryptodomex
91
  pydantic==2.6.2
92
  pydantic_core==2.16.3
93
  PyJWT==2.8.0