sorgerlab / indra

INDRA (Integrated Network and Dynamical Reasoning Assembler) is an automated model assembly system interfacing with NLP systems and databases to collect knowledge, and through a process of assembly, produce causal graphs and dynamical models.
http://indra.bio
BSD 2-Clause "Simplified" License
171 stars 65 forks source link

Remove pandas version restriction #1441

Closed bgyori closed 3 months ago

bgyori commented 3 months ago

This PR removes a version constraint on pandas. Based on the tests, the only change necessary was to loading a pickle file containing a data frame used only in testing. It doesn't immediately appear like any other issues are caused by upgrading to a newer version.