NPYViewer icon indicating copy to clipboard operation
NPYViewer copied to clipboard

please update PyQT5 , in requirement.txt prevent NPYViewer to run on latest windows.

Open trustfarm-dev opened this issue 4 months ago • 1 comments

Thanks to your efforts and contribution, on NPYViewer ,great tools. But, on latest OS environment, there's some pip install packages errors. So, I found , it cause by PyQT5==[oldversion] static version fix. Finally I removed fixed version, It works well on python3.13

please update PyQT5 , in requirement.txt prevent NPYViewer to run on latest windows.

PyQt5
numpy
pandas
matplotlib
scipy
networkx

This is Tips rather than Issue

trustfarm-dev avatar Sep 02 '25 04:09 trustfarm-dev

I submitted a pr, replacing pyqt with pyside6 and adding some small features. Maybe you can take a look.

LuLuLuOfficial avatar Nov 15 '25 18:11 LuLuLuOfficial