tlittenberg / lisacattools

Python module for interacting with example LISA catalogs
GNU General Public License v3.0
15 stars 7 forks source link

Update requirements #16

Open jkanner opened 6 months ago

jkanner commented 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.

Consider updating the requirements file to reflect this. Maybe, >= is better than ==, to use future versions.