Skip to content

Commit

Permalink
Version bumped and added libegl to test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fedesemeraro committed Mar 9, 2024
1 parent fb2d6fd commit 186b3c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-arcjetCV.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
sudo apt-get update && sudo apt-get install libgl1 -y
sudo apt-get update && sudo apt-get install libgl1 libgl-dev libegl-dev libx11-dev libxcb1-dev -y
conda env create -f env/arcjetCV_env_cpu.yml
conda init bash
source ~/.bashrc
Expand Down
2 changes: 1 addition & 1 deletion arcjetCV/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# - git push origin main
# - git tag -a v$(python setup.py --version) -m 'INPUT DESCRIPTION'
# - gh release create v$(python setup.py --version) --target main
__version__ = "0.0.1"
__version__ = "0.0.2"

from arcjetCV.utils.video import Video, VideoMeta
from arcjetCV.utils.processor import ArcjetProcessor

0 comments on commit 186b3c0

Please sign in to comment.