File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 60
60
run : |
61
61
python -m pip install --upgrade pip setuptools wheel
62
62
pip install mysqlclient==2.0.3
63
- pip install https://github.com/glencoesoftware/core/releases/download/v4.2.80001 /cellprofiler_core-4.2.8 -py3-none-any.whl
63
+ pip install https://github.com/glencoesoftware/core/releases/download/v4.2.80002 /cellprofiler_core-4.2.80002 -py3-none-any.whl
64
64
pip install .
65
65
pip install wxpython==4.1.1
66
66
pip install https://github.com/DavidStirling/prokaryote/releases/download/v2.4.5/prokaryote-2.4.5.tar.gz --no-cache-dir --no-build-isolation
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ def package_data():
64
64
},
65
65
install_requires = [
66
66
"boto3>=1.12.28" ,
67
- "cellprofiler-core==4.2.8 " ,
67
+ "cellprofiler-core==4.2.80002 " ,
68
68
"centrosome~=1.2.3" ,
69
69
"docutils==0.15.2" ,
70
70
"h5py==3.6.0" ,
You can’t perform that action at this time.
0 commit comments