Skip to content

Commit

Permalink
Enhancement/Remove Anaconda Defaults Channel (#145)
Browse files Browse the repository at this point in the history
* remove anaconda defaults channel

* sanity testing gh actions

* pin down version of mkl

* disable reference tests for gha testing

* disable results checking for gha testing

* reactivate reference results checking tests

* pin mkl version in regular deeprvat env file

---------

Co-authored-by: Brian Clarke <[email protected]>
Co-authored-by: Marcel Mück <[email protected]>
  • Loading branch information
3 people authored Oct 25, 2024
1 parent e42f67d commit 54e9057
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pipeline-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ jobs:
prerun_cmd: cp ./tests/deeprvat/regenie/pretrained/deeprvat_config.yaml ./example/
dry_run: false
download_regenie_outputs: true
#run_burden_results_check: true
run_regenie_association_results_check: true

# Association Testing Training
Expand Down
1 change: 0 additions & 1 deletion deeprvat_annotations.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: deeprvat_annotations
channels:
- conda-forge
- defaults
- bioconda
dependencies:
- python=3.9.16
Expand Down
2 changes: 1 addition & 1 deletion deeprvat_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ channels:
- nvidia
- conda-forge
- bioconda
- defaults
dependencies:
- click=8.1
- cudatoolkit=11.8
- dask=2023.5
- fastparquet=0.5
- h5py=3.1
- mkl==2022.1.0
- numcodecs=0.11
- numpy=1.21
- optuna=2.10
Expand Down
3 changes: 1 addition & 2 deletions deeprvat_env_no_gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ channels:
- pytorch
- conda-forge
- bioconda
- defaults
dependencies:
- click=8.1
- dask=2023.5
- fastparquet=0.5
- h5py=3.1
- mkl!=2024.1.0
- mkl==2022.1.0
- numcodecs=0.11
- numpy=1.21
- optuna=2.10
Expand Down

0 comments on commit 54e9057

Please sign in to comment.