File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -63,28 +63,28 @@ def package_data():
63
63
"build" : ["pyinstaller" ],
64
64
},
65
65
install_requires = [
66
- "boto3==1.17.15 " ,
67
- "botocore==1.20.15 " ,
66
+ "boto3~=1.28.33 " ,
67
+ "botocore~=1.31.33 " ,
68
68
"imagecodecs>=2021.2.26" ,
69
69
"imageio>=2.9.0" ,
70
70
"joblib>=1.0.1" ,
71
- "matplotlib==3.3.4 " ,
71
+ "matplotlib~=3.7.2 " ,
72
72
"mock>=4.0.3" ,
73
- "mysqlclient>=2.0.3 " ,
74
- "numpy> =1.20.1 " ,
75
- "pandas>=1.2.2 " ,
76
- "Pillow>=8.1 .0" ,
73
+ "mysqlclient==1.4.6 " ,
74
+ "numpy~ =1.23.4 " ,
75
+ "pandas~=2.0.3 " ,
76
+ "Pillow~=10.3 .0" ,
77
77
"progressbar>=2.5" ,
78
- "python-bioformats> =4.0.4 " ,
79
- "python-javabridge> =4.0.3" ,
78
+ "python-bioformats~ =4.0.7 " ,
79
+ "python-javabridge~ =4.0.3" ,
80
80
"pytz>=2021.1" ,
81
81
"requests>=2.25.1" ,
82
- "scikit-learn> =0.24.1 " ,
83
- "scipy> =1.6.1 " ,
84
- "seaborn> =0.11.1 " ,
85
- "tifffile>=2021.3.31 " ,
82
+ "scikit-learn~ =0.24.2 " ,
83
+ "scipy~ =1.9.0 " ,
84
+ "seaborn~ =0.13.2 " ,
85
+ "tifffile==2022.4.8 " ,
86
86
"verlib==0.1" ,
87
- "wxPython= =4.2.0" ,
87
+ "wxPython~ =4.2.0" ,
88
88
],
89
89
license = "BSD" ,
90
90
name = "CellProfiler-Analyst" ,
You can’t perform that action at this time.
0 commit comments