Skip to content

Commit 1d320bf

Browse files
committed
update some packages towards more recent Pythons
1 parent 4be4ee0 commit 1d320bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ def read(fname):
3030
"joblib",
3131
"matplotlib>=3.2.0",
3232
"mrcfile",
33-
"numpy==1.16",
34-
"pandas==0.25.3",
33+
"numpy==1.21.5",
34+
"pandas==1.3.5",
3535
"pyfftw",
3636
"PyWavelets",
3737
"pillow",
38-
"scipy==1.4.0",
38+
"scipy==1.7.3",
3939
"scikit-learn",
4040
"setuptools>=0.41",
4141
"tqdm",

0 commit comments

Comments
 (0)