Skip to content
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.

Commit

Permalink
[dev] (Environment): Conda updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tdayris committed Jul 27, 2020
1 parent d13328e commit 81809f9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Setup workflow environment
run: make conda-tests
run: make conda-install
- name: Scripts unit-testing
run: make all-unit-tests
- name: Run Snakemake-workflow
Expand Down
2 changes: 1 addition & 1 deletion Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if sys.version_info < (3, 8):
raise SystemError("Please use Python 3.8 or later.")

# Snakemake 5.14.0 at least is required
snakemake.utils.min_version("5.14.0")
snakemake.utils.min_version("5.20.1")

include: "rules/common.smk"
include: "rules/copy.smk"
Expand Down
20 changes: 12 additions & 8 deletions envs/workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,19 @@ channels:
- conda-forge
- defaults
dependencies:
- conda-forge::python=3.8.2
- conda-forge::pytest=5.4.1
- conda-forge::python=3.8.5
- conda-forge::pytest=5.4.3
- conda-forge::datrie=0.8.2
- conda-forge::git=2.26.0
- conda-forge::jinja2=2.11.1
- conda-forge::git=2.27.0
- conda-forge::jinja2=2.11.2
- conda-forge::pygraphviz=1.5
- conda-forge::flask=1.1.1
- conda-forge::pandas=1.0.3
- conda-forge::flask=1.1.2
- conda-forge::pandas=1.0.5
- conda-forge::zlib=1.2.11
- conda-forge::openssl=1.1.1e
- conda-forge::openssl=1.1.1g
- conda-forge::networkx=2.4
- bioconda::snakemake=5.14.0
- bioconda::snakemake=5.20.1
- conda-forge::ipython=7.16.1
- conda-forge::bashlex=0.15
- conda-forge::black=19.10b0
- conda-forge::patsy=0.5.1

0 comments on commit 81809f9

Please sign in to comment.