Skip to content

Commit

Permalink
chore: Update min version requirement for smart-open (#2833)
Browse files Browse the repository at this point in the history
### Description

Update the minimum version requirement for "smart-open" to ">=4.0". This
will prevent #2765 when using smart-open 3.

I have also made a PR to the bioconda recipe with a similar change. 
bioconda/bioconda-recipes#47374


### QC
<!-- Make sure that you can tick the boxes below. -->

* [x] The PR contains a test case for the changes or the changes are
already covered by an existing test case.
* [x] The documentation (`docs/`) is updated to reflect the changes or
this is not necessary (e.g. if the change does neither modify the
language nor the behavior or functionalities of Snakemake).
  • Loading branch information
melund committed Apr 23, 2024
1 parent 5448208 commit 6ec1e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -50,7 +50,7 @@ install_requires =
pyyaml
requests >=2.8.1,<3.0
reretry
smart-open >=3.0,<8.0
smart-open >=4.0,<8.0
snakemake-interface-executor-plugins >=9.1.0,<10.0
snakemake-interface-common >=1.17.0,<2.0
snakemake-interface-storage-plugins >=3.1.0,<4.0
Expand Down

0 comments on commit 6ec1e93

Please sign in to comment.