Skip to content
Merged

Dev #55

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploydocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with: {python-version: "3.10"}
with: {python-version: "3.8"}
- name: Tools for docs build
run: |
pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
name = sushie
description = SNP fine-mapping of molecular data across ancestries using SuShiE
author = Zeyun Lu, Nicholas Mancuso
author_email = zeyunlu@usc.edu, Nicholas.Mancuso@med.usc.edu
author_email = zeyun_lu@dfci.harvard.edu, Nicholas.Mancuso@med.usc.edu
license = MIT
license_files = LICENSE.txt
long_description = file: README.md
Expand Down
Loading