fix: add iOpenPod dependency as pip installable from GitHub
iopenpod is not published on PyPI — it lives at https://github.com/TheRealSavi/iOpenPod.git. The old requirement 'iopenpod>=1.0.53' would always fail with 'Package not found'. Using the PEP 508 @ git+ URL ensures pip fetches and installs iOpenPod directly from the upstream repo.
This commit is contained in:
parent
8317ad1fe4
commit
222c2fcffb
@ -6,4 +6,4 @@ pillow>=9.5.0
|
||||
requests>=2.28.2
|
||||
PyQt6>=6.5.0
|
||||
numpy>=1.24.0
|
||||
iopenpod>=1.0.53
|
||||
iopenpod @ git+https://github.com/TheRealSavi/iOpenPod.git
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user