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
174 stars 66 forks source link

Add wheel to CI dependencies installation #1344

Closed cthoyt closed 2 years ago

cthoyt commented 2 years ago

This PR does the following:

cthoyt commented 2 years ago

@bgyori can we remove that pyparsing fix in the CI configuration too while we're changing things here?

bgyori commented 2 years ago

Let's not do this one right now:

 Remove special installation of cython (this should be handled by pyjnius since Add pyproject.toml to specify Cython as a build requirement kivy/pyjnius#594 made it to the 1.4.0 release at the end of August 2021)

pyjnius is actually pinned to version 1.1.4 and it would take more work to change that.