Skip to content

Commit

Permalink
build(python): remove unnecessary snakemake dependencies (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alputer committed Jan 27, 2025
1 parent 8f0bde7 commit 5dfa1c4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,7 @@
"snakemake": [
"snakemake==7.32.4 ; python_version<'3.11'",
"pulp>=2.7.0,<2.8.0 ; python_version<'3.11'",
"snakemake==8.24.1 ; python_version>='3.11'",
"snakemake-interface-common==1.17.4 ; python_version>='3.11'",
"snakemake-interface-executor-plugins==9.3.2 ; python_version>='3.11'",
"snakemake-interface-storage-plugins==3.3.0 ; python_version>='3.11'",
"snakemake-interface-report-plugins==1.1.0 ; python_version>='3.11'",
"snakemake==8.27.1 ; python_version>='3.11'",
],
"snakemake-xrootd": [
"snakemake-storage-plugin-xrootd==0.1.4 ; python_version>='3.11'",
Expand Down

0 comments on commit 5dfa1c4

Please sign in to comment.