Open jkanner opened 6 months ago
I couldn't get the pip version of lisacattools installed on my mac.
As best I can tell, the key missing piece was to update the requirements file to use tables==3.9.2.
tables==3.9.2
Consider updating the requirements file to reflect this. Maybe, >= is better than ==, to use future versions.
>=
==
I couldn't get the pip version of lisacattools installed on my mac.
As best I can tell, the key missing piece was to update the requirements file to use
tables==3.9.2
.Consider updating the requirements file to reflect this. Maybe,
>=
is better than==
, to use future versions.