Teichlab / cellphonedb

MIT License
340 stars 105 forks source link

removing strict version requrements for packages #232

Closed stela2502 closed 3 years ago

stela2502 commented 3 years ago

Hi,

this change simply removes all max package versions from the setup.py script, enabling the CellPhoneDB software to be installed alongside other python software.

The code has been tested, I just can not qualify the results as I have not installed the original version.

I hope that comparing my results to the known test results should be simple. My results on the test examples are linked in the the respective github issue: https://github.com/Teichlab/cellphonedb/issues/231

stela2502 commented 3 years ago

Hi - I do not expect this to be read any time soon. Hence I based my new fork on CharleneZ95's sparse matrix code, removed upper version checks, removed all pd.np references. Check out the updated code from https://github.com/stela2502/cellphonedb

And I am not taking over this repository. So I expect that my fork will be equally active as this main repository ;-)

prete commented 3 years ago

Requirements versions were fixed in #264