Skip to content

Commit 8781ba6

Browse files
authored
Update pins in the right place now
1 parent 1f0bcf6 commit 8781ba6

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

setup.py

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -63,28 +63,28 @@ def package_data():
6363
"build": ["pyinstaller"],
6464
},
6565
install_requires=[
66-
"boto3==1.17.15",
67-
"botocore==1.20.15",
66+
"boto3~=1.28.33",
67+
"botocore~=1.31.33",
6868
"imagecodecs>=2021.2.26",
6969
"imageio>=2.9.0",
7070
"joblib>=1.0.1",
71-
"matplotlib==3.3.4",
71+
"matplotlib~=3.7.2",
7272
"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",
7777
"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",
8080
"pytz>=2021.1",
8181
"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",
8686
"verlib==0.1",
87-
"wxPython==4.2.0",
87+
"wxPython~=4.2.0",
8888
],
8989
license="BSD",
9090
name="CellProfiler-Analyst",

0 commit comments

Comments
 (0)