From bf5780271157a71a196c3f351c8fbc56c918bb5f Mon Sep 17 00:00:00 2001 From: Joren Retel Date: Fri, 20 Sep 2024 14:30:21 +0200 Subject: [PATCH] NVIDIA channel is not needed --- environment.yml | 1 - pyproject.toml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index ec0994f..03ff78e 100644 --- a/environment.yml +++ b/environment.yml @@ -2,7 +2,6 @@ name: bigwig-loader channels: - rapidsai - conda-forge - - nvidia - bioconda dependencies: - python>=3.10 diff --git a/pyproject.toml b/pyproject.toml index 1b55025..aa916df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,6 +15,7 @@ name = "bigwig_loader" authors = [ {name = "Joren Retel", email = "joren.retel@pfizer.com"}, ] +url = "https://github.com/pfizer-opensource/bigwig-loader" description = "Machine Learning Data Loader for Collections of BigWig Files" readme = "README.md" requires-python = ">=3.10"