Skip to content

Commit

Permalink
Update workflow and setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
epruesse committed Jul 17, 2024
1 parent b18000b commit e647054
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run:
shell: bash -l {0}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: true
fetch-depth: 0 # full history for setuptools_scm
Expand Down
9 changes: 4 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,15 @@ def read_file(fn):
'pytest-runner',
],
install_requires=[
'snakemake>=6.0.5',
'Click',
'Click-completion',
'snakemake>=7.32,<8',
'click>8',
'click-completion',
'ruamel.yaml>0.15',
'drmaa',
'pandas>=0.20',
'openpyxl', # excel support
'coloredlogs',
'xdg', # user paths
'tqdm >4.21',
'aiohttp',
'tqdm>=4.21.0',
],
Expand All @@ -82,7 +81,7 @@ def read_file(fn):
'ftputil',
]
},
python_requires='>=3.6',
python_requires='>=3.10',
include_package_data=True,
entry_points='''
[console_scripts]
Expand Down

0 comments on commit e647054

Please sign in to comment.