Skip to content

Commit

Permalink
Update confpass dep source
Browse files Browse the repository at this point in the history
  • Loading branch information
jessbade committed Apr 3, 2024
1 parent d83a0bf commit 4a0f7f4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion envs/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion envs/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4a0f7f4

Please sign in to comment.