Skip to content

Commit

Permalink
Added pandas as a requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanHCenalmor committed Jan 15, 2024
1 parent 15b46ae commit fa4f78b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/update_manifest_versioning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v4
- name: install requirements
- name: Install requirements
run: pip install -r requirements.txt
- name: update all the configurations
- name: Update the manifest
run: python3 Tools/update_manifest_versioning.py
- uses: stefanzweifel/git-auto-commit-action@v5
- name: Commit the changes
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: GitHub Action - Update manifest versioning
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,13 @@ multiprocess
numba
numpy
oauth2client
pandas
py
pyasn1
pydot
requests
rsa
ruamel.yaml
ruamel.yaml==0.17.40
scikit-image
scikit-learn
scipy
Expand Down

0 comments on commit fa4f78b

Please sign in to comment.