Skip to content

Commit 17496da

Browse files
committed
update requiments.txt(0.4.0)
1 parent b5efb1a commit 17496da

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

docs/requirements.txt

+9-6
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ flatbuffers==2.0
4343
fonttools==4.28.5
4444
fsspec==2022.1.0
4545
gast==0.4.0
46-
gefpy>=0.5.5
46+
gefpy>=0.5.6
4747
glog==0.3.1
4848
google-auth==2.3.3
4949
google-auth-oauthlib==0.4.6
5050
google-pasta==0.2.0
5151
grpcio==1.43.0
52-
h5py==3.6.0
52+
h5py==3.7.0
5353
HeapDict==1.0.1
5454
holoviews==1.14.5
5555
hotspot @ git+https://github.com/yoseflab/Hotspot.git@45555a0feb6cc46cb52aa09230f0ed801559bb87
@@ -112,7 +112,7 @@ oauthlib==3.1.1
112112
omnipath==1.0.5
113113
opencv-python==4.5.5.64
114114
opt-einsum==3.3.0
115-
packaging==20.9
115+
packaging==21.3
116116
pandas==1.3.4
117117
pandocfilters==1.5.0
118118
panel==0.12.1
@@ -123,7 +123,7 @@ patsy==0.5.2
123123
pexpect==4.8.0
124124
PhenoGraph==1.5.7
125125
pickleshare==0.7.5
126-
Pillow==8.4.0
126+
Pillow==9.2.0
127127
PIMS==0.5
128128
pkginfo==1.8.2
129129
prometheus-client==0.12.0
@@ -210,7 +210,7 @@ tornado==6.1
210210
tqdm==4.60.0
211211
traitlets==4.3.3
212212
twine==3.7.1
213-
typing-extensions==3.7.4.3
213+
typing-extensions==4.3.0
214214
umap-learn==0.5.1
215215
urllib3==1.26.9
216216
wcwidth==0.2.5
@@ -224,4 +224,7 @@ zarr==2.11.0a2
224224
zict==2.0.0
225225
zipp==3.7.0
226226
setuptools>=41.0.0,<=61.2.0
227-
hotspotsc==0.9.1
227+
hotspotsc==0.9.1
228+
keras==2.7.0
229+
pyarrow==8.0.0
230+
tables==3.7.0

requirements.txt

+4-5
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ matplotlib>=3.4.2,<=3.5.2
66
pandas==1.3.4
77
scipy==1.7.3
88
seaborn~=0.11.1
9-
h5py>=3.2.1,<=3.6.0
9+
h5py>=3.2.1,<=3.7.0
1010
gefpy>=0.5.6
1111
setuptools>=41.0.0,<=61.2.0
1212
numba~=0.53.1
@@ -16,7 +16,7 @@ umap-learn==0.5.1
1616
KDEpy==1.1.0
1717
Jinja2==3.0.3
1818
shapely~=1.7.1
19-
packaging==20.9
19+
packaging==21.3
2020
panel==0.12.1
2121
holoviews==1.14.5
2222
param==1.11.1
@@ -27,7 +27,7 @@ anndata~=0.7.6
2727
phenograph==1.5.7
2828
requests~=2.26.0
2929
urllib3==1.26.9
30-
typing-extensions==3.7.4.3
30+
typing-extensions==4.3.0
3131
natsort~=7.1.1
3232
joblib~=1.0.1
3333
patsy~=0.5.1
@@ -44,7 +44,7 @@ slideio==0.5.225
4444
torchvision==0.11.1
4545
tqdm==4.60.0
4646
scikit-learn==1.0.1
47-
pillow==8.4.0
47+
pillow==9.2.0
4848
#opencv-python==4.5.1.48
4949
scikit-image==0.19.0
5050
tifffile==2021.11.2
@@ -58,4 +58,3 @@ distributed==2022.2.0
5858
keras==2.7.0
5959
pyarrow==8.0.0
6060
tables==3.7.0
61-
rich

0 commit comments

Comments
 (0)