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)
- 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
|
| 89 |
-
pycryptodome-test-vectors
|
| 90 |
-
pycryptodomex
|
| 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
|