File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313from cell2cell import tensor
1414from cell2cell import utils
1515
16- __version__ = "0.8.1 "
16+ __version__ = "0.8.2 "
Original file line number Diff line number Diff line change 1+ # Release Notes - cell2cell v0.8.2
2+
3+ ## New features
4+
5+
6+ ## Feature updates
7+ - Removed strict requirement of gseapy version for compatibility with newer Python versions
8+
9+ ## Fixed Bugs
Original file line number Diff line number Diff line change @@ -101,12 +101,12 @@ def run(self):
101101 'tensorly' ,
102102 'kneed' ,
103103 'scanpy' ,
104- 'gseapy = = 1.0.3'
104+ 'gseapy > = 1.0.3'
105105 ],
106106 classifiers = classifiers ,
107107 entry_points = {},
108108 package_data = {},
109109 cmdclass = {'install' : CustomInstallCommand ,
110110 'develop' : CustomDevelopCommand ,
111111 'egg_info' : CustomEggInfoCommand , },
112- zip_safe = False )
112+ zip_safe = False )
You can’t perform that action at this time.
0 commit comments