From 4a0f7f4f9453e4f1c9ad8bad93017ebb1a53e074 Mon Sep 17 00:00:00 2001 From: jessbade Date: Wed, 3 Apr 2024 10:08:26 -0700 Subject: [PATCH] Update confpass dep source --- conda-recipe/meta.yaml | 2 +- envs/linux.yml | 2 +- envs/osx.yml | 2 +- requirements.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index b7b8f44..44961ae 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -38,7 +38,7 @@ requirements: - statsmodels >=0.11.1 - xtb >=6.5.1 - pip: - - git+https://github.com/Goodman-lab/CONFPASS.git + - git+https://github.com/jessbade/CONFPASS.git test: imports: diff --git a/envs/linux.yml b/envs/linux.yml index 7ca5f48..6ee114e 100644 --- a/envs/linux.yml +++ b/envs/linux.yml @@ -19,4 +19,4 @@ dependencies: - statsmodels >=0.11.1 - xtb >=6.5.1 - pip: - - git+https://github.com/Goodman-lab/CONFPASS.git + - git+https://github.com/jessbade/CONFPASS.git diff --git a/envs/osx.yml b/envs/osx.yml index 6dc0c2c..1c8fa45 100644 --- a/envs/osx.yml +++ b/envs/osx.yml @@ -17,4 +17,4 @@ dependencies: - statsmodels >=0.11.1 - xtb >=6.5.1 - pip: - - git+https://github.com/Goodman-lab/CONFPASS.git + - git+https://github.com/jessbade/CONFPASS.git diff --git a/requirements.txt b/requirements.txt index cf11b00..d329949 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,4 @@ pandas >= 1.1.4 # rdkit >= 2023.09.1 snakemake >= 6.3.0 statsmodels >= 0.11.1 -git+https://github.com/Goodman-lab/CONFPASS.git +git+https://github.com/jessbade/CONFPASS.git