From 8e448e9b57d851c96a69b2399b57b4e035f9eb1b Mon Sep 17 00:00:00 2001 From: Adam Byrne Date: Mon, 29 Jan 2024 14:06:11 +0000 Subject: [PATCH] Added reqs so pip can be used too --- README.md | 5 ++++ requirements.txt | 75 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 80 insertions(+) create mode 100644 requirements.txt diff --git a/README.md b/README.md index 9ecd730..d2d9cd6 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,11 @@ conda env create -f environment.yml # if you don't have the conda env created conda activate ai-utils ``` +```bash +# if you need to use pip +pip install -r requirements.txt +``` + _Note: Conda is used because it let's use pip packages also and we can control the python version. It is a bit more powerful and is easier to work with in the long run. Install either [anaconda](https://www.anaconda.com/download/) or [miniconda](https://docs.conda.io/projects/miniconda/en/latest/miniconda-install.html) to use it._ ## Directory Structure diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..4cddb6e --- /dev/null +++ b/requirements.txt @@ -0,0 +1,75 @@ +absl-py==2.1.0 +appnope==0.1.3 +asttokens==2.4.1 +astunparse==1.6.3 +cachetools==5.3.2 +certifi==2023.11.17 +charset-normalizer==3.3.2 +colorlog==6.8.2 +comm==0.2.1 +contourpy==1.2.0 +cycler==0.12.1 +debugpy==1.8.0 +decorator==5.1.1 +executing==2.0.1 +flatbuffers==23.5.26 +fonttools==4.47.2 +gast==0.5.4 +google-auth==2.27.0 +google-auth-oauthlib==1.2.0 +google-pasta==0.2.0 +grpcio==1.60.0 +h5py==3.10.0 +idna==3.6 +ipykernel==6.29.0 +ipython==8.20.0 +jedi==0.19.1 +jupyter_client==8.6.0 +jupyter_core==5.7.1 +keras==2.15.0 +kiwisolver==1.4.5 +libclang==16.0.6 +Markdown==3.5.2 +MarkupSafe==2.1.4 +matplotlib==3.8.2 +matplotlib-inline==0.1.6 +ml-dtypes==0.2.0 +nest-asyncio==1.6.0 +numpy==1.26.3 +oauthlib==3.2.2 +opencv-python==4.9.0.80 +opt-einsum==3.3.0 +packaging==23.2 +parso==0.8.3 +pexpect==4.9.0 +pillow==10.2.0 +platformdirs==4.1.0 +prompt-toolkit==3.0.43 +protobuf==4.23.4 +psutil==5.9.8 +ptyprocess==0.7.0 +pure-eval==0.2.2 +pyasn1==0.5.1 +pyasn1-modules==0.3.0 +Pygments==2.17.2 +pyparsing==3.1.1 +python-dateutil==2.8.2 +pyzmq==25.1.2 +requests==2.31.0 +requests-oauthlib==1.3.1 +rsa==4.9 +six==1.16.0 +stack-data==0.6.3 +tensorboard==2.15.1 +tensorboard-data-server==0.7.2 +tensorflow==2.15.0 +tensorflow-estimator==2.15.0 +tensorflow-io-gcs-filesystem==0.35.0 +termcolor==2.4.0 +tornado==6.4 +traitlets==5.14.1 +typing_extensions==4.9.0 +urllib3==2.1.0 +wcwidth==0.2.13 +Werkzeug==3.0.1 +wrapt==1.14.1