From e819234ac572c0baa72e26efe377a0307aa41139 Mon Sep 17 00:00:00 2001 From: "Corey J. Nolet" Date: Tue, 24 Aug 2021 14:00:49 -0700 Subject: [PATCH 1/2] Removing versions to be more compatible with other things --- requirements.txt | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1640e53..f0d0f09 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,21 +8,21 @@ # license agreement from NVIDIA CORPORATION is strictly prohibited. # -configargparse~=1.2.3 -Cython~=0.29.13 -h5py~=3.1.0 -numpy~=1.19.4 -pandas~=1.2.0 -pyBigWig~=0.3.17 -pytest~=6.2.1 -pyyaml~=5.3.1 -scipy~=1.6.0 -termcolor~=1.1.0 -torch~=1.7.1 -torchvision~=0.8.2 -scikit-learn~=0.21.3 -setuptools~=51.1.1 -sphinx~=3.4.2 -recommonmark~=0.7.1 -sphinx-rtd-theme~=0.5.0 -jupyterlab~=3.0.0 +configargparse +Cython +h5py +numpy +pandas +pyBigWig +pytest +pyyaml +scipy +termcolor +torch +torchvision +scikit-learn +setuptools +sphinx +recommonmark +sphinx-rtd-theme +jupyterlab From 99a33e3137d61434fda20d79674294e0ec4f4a87 Mon Sep 17 00:00:00 2001 From: "Corey J. Nolet" Date: Thu, 16 Feb 2023 17:29:27 -0500 Subject: [PATCH 2/2] Using inequality to lower-bound versions --- requirements.txt | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/requirements.txt b/requirements.txt index f0d0f09..c4bfa2d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,21 +8,21 @@ # license agreement from NVIDIA CORPORATION is strictly prohibited. # -configargparse -Cython -h5py -numpy -pandas -pyBigWig -pytest -pyyaml -scipy -termcolor -torch -torchvision -scikit-learn -setuptools -sphinx -recommonmark -sphinx-rtd-theme -jupyterlab +configargparse>=1.2.3 +Cython>=0.29.13 +h5py>=3.1.0 +numpy>=1.19.4 +pandas>=1.2.0 +pyBigWig>=0.3.17 +pytest>=6.2.1 +pyyaml>=5.3.1 +scipy>=1.6.0 +termcolor>=1.1.0 +torch>=1.7.1 +torchvision>=0.8.2 +scikit-learn>=0.21.3 +setuptools>=51.1.1 +sphinx>=3.4.2 +recommonmark>=0.7.1 +sphinx-rtd-theme>=0.5.0 +jupyterlab>=3.0.0