Skip to content

Commit

Permalink
4.2.80002 wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidStirling committed Dec 2, 2024
1 parent 833a848 commit e1d62da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: |
python -m pip install --upgrade pip setuptools wheel
pip install mysqlclient==2.0.3
pip install https://github.com/glencoesoftware/core/releases/download/v4.2.80001/cellprofiler_core-4.2.8-py3-none-any.whl
pip install https://github.com/glencoesoftware/core/releases/download/v4.2.80002/cellprofiler_core-4.2.80002-py3-none-any.whl
pip install .
pip install wxpython==4.1.1
pip install https://github.com/DavidStirling/prokaryote/releases/download/v2.4.5/prokaryote-2.4.5.tar.gz --no-cache-dir --no-build-isolation
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def package_data():
},
install_requires=[
"boto3>=1.12.28",
"cellprofiler-core==4.2.8",
"cellprofiler-core==4.2.80002",
"centrosome~=1.2.3",
"docutils==0.15.2",
"h5py==3.6.0",
Expand Down

0 comments on commit e1d62da

Please sign in to comment.