Skip to content

Commit ccd623c

Browse files
Fixed the error of subset of cell using isin (aristoteleo#144)
1 parent ee677cc commit ccd623c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,26 +19,26 @@ nbconvert
1919
networkx>=2.6.3
2020
# ngs_tools>=1.6.0
2121
numba>=0.46.0
22-
numpy>=1.18.1,<=1.23.5
22+
numpy>=1.18.1
2323
opencv-python>=4.5.4.60
2424
# pandana
25-
pandas>=0.25.1,<=1.5.3
25+
pandas>=0.25.1
2626
# paste-bio>=1.4.0
2727
plotly>=5.1.0
2828
POT>=0.8.1
2929
psutil>=5.6.3
3030
pynndescent>=0.4.8
3131
pysal>=1.14.4
32-
pyro-ppl
32+
#pyro-ppl
3333
python-igraph>=0.7.1
3434
pyvista>=0.39.1
3535
scipy>=1.0
3636
scikit-image>=0.18.0
3737
scikit-learn>=0.19.1
38-
seaborn>=0.9.0
39-
setuptools>=58.0.4
38+
#seaborn>=0.9.0
39+
#setuptools>=58.0.4
4040
Shapely>=1.8.0
41-
statsmodels>=0.9.0
41+
#statsmodels>=0.9.0
4242
# tensorflow
4343
tqdm>=4.62.3
4444
torch

0 commit comments

Comments
 (0)