Skip to content

Commit

Permalink
fix: remove superfluous dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Jun 11, 2023
1 parent 517179b commit aad61a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docs/executor_tutorial/azure_batch.rst
Expand Up @@ -38,7 +38,7 @@ and then install the full Snakemake with some additional Azure related optional

.. code:: console
conda create -c bioconda -c conda-forge -n snakemake snakemake azure-batch azure-storage-blob azure-mgmt-batch azure-identity
conda create -c bioconda -c conda-forge -n snakemake snakemake msrest azure-batch azure-storage-blob azure-mgmt-batch azure-identity
Naturally, you can omit the deployment of such an environment in case you already have it, or you can update an existing Snakemake environment with the additional dependencies.

Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Expand Up @@ -57,7 +57,6 @@ install_requires =
toposort >=1.10
wrapt
yte >=1.0,<2.0
msrest

[options.extras_require]
google-cloud =
Expand Down

0 comments on commit aad61a0

Please sign in to comment.