Skip to content

Commit

Permalink
bump dolomite-base to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jkanche committed Dec 24, 2024
1 parent f304277 commit 99b72cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ jobs:
python -m pip install --upgrade pip
pip install tox
- name: Setup git creds
run: |
git config --global user.name jkanche
git config --global user.email [email protected]
- name: Test with tox
run: |
tox
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ python_requires = >=3.9
# For more information, check out https://semver.org/.
install_requires =
importlib-metadata; python_version<"3.8"
dolomite-base>=0.2.3
dolomite-base>=0.4.2
genomicranges>=0.4.10
biocframe>=0.5.8
h5py
Expand Down

0 comments on commit 99b72cc

Please sign in to comment.