Muhammad Abdur Rahman Saad
commited on
Commit
·
544403e
1
Parent(s):
a320383
Resolve TF and Package Installation warnings
Browse files- .github/workflows/main.yml +0 -6
- requirements.txt +0 -0
.github/workflows/main.yml
CHANGED
@@ -31,12 +31,6 @@ jobs:
|
|
31 |
run: |
|
32 |
python -m pip install --upgrade pip
|
33 |
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
34 |
-
pip uninstall transformers -y
|
35 |
-
pip install transformers
|
36 |
-
pip install tensorflow
|
37 |
-
pip install tf-keras
|
38 |
-
pip install python-dotenv
|
39 |
-
pip install astrapy langchain-community
|
40 |
- name: Data Collection
|
41 |
env:
|
42 |
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
|
|
31 |
run: |
|
32 |
python -m pip install --upgrade pip
|
33 |
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
- name: Data Collection
|
35 |
env:
|
36 |
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
requirements.txt
CHANGED
Binary files a/requirements.txt and b/requirements.txt differ
|
|