pleonard212 / pix-plot

A WebGL viewer for UMAP or TSNE-clustered images
MIT License
597 stars 139 forks source link

bump h5py version #236

Closed mannu-arneja closed 3 years ago

mannu-arneja commented 3 years ago

Build with tf 2.5 fails unless h5py version is higher ref: #234

ERROR: Cannot install pixplot and pixplot==0.0.113 because these package versions have conflicting dependencies.

The conflict is caused by: pixplot 0.0.113 depends on h5py~=2.10.0 tensorflow 2.5.0 depends on h5py~=3.1.0

duhaime commented 3 years ago

Thanks @mannu-arneja!