From 3b504906d265a46befd5afbb690cf7a9cde3e814 Mon Sep 17 00:00:00 2001 From: Unmesh Kumar Date: Wed, 13 Oct 2021 15:50:55 +0530 Subject: [PATCH 1/4] Change requirements.txt to requirement.txt Since the file name containing the requirements is present as requirement.txt and not requirements.txt in the project folder so I am changing the `pip install -r requirements.txt` to `pip install -r requirement.txt` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83bc300..beb1b40 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ conda create -n dmrm_visdial python=3.6 # activate the environment and install all dependencies conda activate dmrm_visdial cd $PROJECT_ROOT/ -pip install -r requirements.txt +pip install -r requirement.txt ``` Download Features From 44b2a45d702b53f8482208bcf74b04c96fec7fca Mon Sep 17 00:00:00 2001 From: Unmesh Kumar Date: Wed, 1 Dec 2021 08:19:57 +0530 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index beb1b40..83bc300 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ conda create -n dmrm_visdial python=3.6 # activate the environment and install all dependencies conda activate dmrm_visdial cd $PROJECT_ROOT/ -pip install -r requirement.txt +pip install -r requirements.txt ``` Download Features From 00dc4c1e4b87b453ea7d91c1dfa3adbbf02000bb Mon Sep 17 00:00:00 2001 From: Unmesh Kumar Date: Wed, 1 Dec 2021 08:21:29 +0530 Subject: [PATCH 3/4] Create requirements.txt --- requirements.txt | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..298d28b --- /dev/null +++ b/requirements.txt @@ -0,0 +1,40 @@ +backcall==0.1.0 +certifi==2018.11.29 +cffi==1.12.1 +cycler==0.10.0 +decorator==4.3.2 +h5py==2.8.0 +ipython==6.4.0 +ipython-genutils==0.2.0 +jedi==0.13.3 +kiwisolver==1.1.0 +matplotlib==3.0.3 +mkl-fft==1.0.6 +mkl-random==1.0.1 +nltk==3.4.5 +numpy==1.14.5 +pandas==0.24.2 +parso==0.3.4 +patsy==0.5.1 +pexpect==4.6.0 +pickleshare==0.7.5 +Pillow==6.0.0 +prompt-toolkit==1.0.15 +protobuf==3.6.0 +ptyprocess==0.6.0 +pycparser==2.19 +Pygments==2.3.1 +pyparsing==2.4.0 +python-dateutil==2.8.0 +pytz==2019.1 +scipy==1.1.0 +seaborn==0.9.0 +setproctitle==1.1.10 +simplegeneric==0.8.1 +six==1.11.0 +statsmodels==0.9.0 +torch==0.3.1 +tornado==6.0.2 +tqdm==4.31.1 +traitlets==4.3.2 +wcwidth==0.1.7 From f1c24049bd527c9dcc5ab6e6727dfa6c8e794c02 Mon Sep 17 00:00:00 2001 From: Unmesh Kumar Date: Wed, 1 Dec 2021 08:21:40 +0530 Subject: [PATCH 4/4] Delete requirement.txt --- requirement.txt | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 requirement.txt diff --git a/requirement.txt b/requirement.txt deleted file mode 100644 index 298d28b..0000000 --- a/requirement.txt +++ /dev/null @@ -1,40 +0,0 @@ -backcall==0.1.0 -certifi==2018.11.29 -cffi==1.12.1 -cycler==0.10.0 -decorator==4.3.2 -h5py==2.8.0 -ipython==6.4.0 -ipython-genutils==0.2.0 -jedi==0.13.3 -kiwisolver==1.1.0 -matplotlib==3.0.3 -mkl-fft==1.0.6 -mkl-random==1.0.1 -nltk==3.4.5 -numpy==1.14.5 -pandas==0.24.2 -parso==0.3.4 -patsy==0.5.1 -pexpect==4.6.0 -pickleshare==0.7.5 -Pillow==6.0.0 -prompt-toolkit==1.0.15 -protobuf==3.6.0 -ptyprocess==0.6.0 -pycparser==2.19 -Pygments==2.3.1 -pyparsing==2.4.0 -python-dateutil==2.8.0 -pytz==2019.1 -scipy==1.1.0 -seaborn==0.9.0 -setproctitle==1.1.10 -simplegeneric==0.8.1 -six==1.11.0 -statsmodels==0.9.0 -torch==0.3.1 -tornado==6.0.2 -tqdm==4.31.1 -traitlets==4.3.2 -wcwidth==0.1.7