apoorvrajdev commited on
Commit
50ea9ed
·
1 Parent(s): 1d1e600

fix(ci): drop py3.12 matrix entry and stop tracking pycache under src/captioning/data

Browse files
.github/workflows/ci.yml CHANGED
@@ -60,7 +60,7 @@ jobs:
60
  strategy:
61
  fail-fast: false
62
  matrix:
63
- python-version: ["3.10", "3.11", "3.12"]
64
  steps:
65
  - uses: actions/checkout@v4
66
 
 
60
  strategy:
61
  fail-fast: false
62
  matrix:
63
+ python-version: ["3.10", "3.11"]
64
  steps:
65
  - uses: actions/checkout@v4
66
 
.gitignore CHANGED
Binary files a/.gitignore and b/.gitignore differ
 
src/captioning/data/__pycache__/__init__.cpython-310.pyc DELETED
Binary file (990 Bytes)
 
src/captioning/data/__pycache__/__init__.cpython-313.pyc DELETED
Binary file (969 Bytes)
 
src/captioning/data/__pycache__/coco.cpython-310.pyc DELETED
Binary file (3.72 kB)
 
src/captioning/data/__pycache__/coco.cpython-313.pyc DELETED
Binary file (4.27 kB)
 
src/captioning/data/__pycache__/pipeline.cpython-310.pyc DELETED
Binary file (3.08 kB)
 
src/captioning/data/__pycache__/pipeline.cpython-313.pyc DELETED
Binary file (3.95 kB)
 
src/captioning/data/__pycache__/splits.cpython-310.pyc DELETED
Binary file (2.83 kB)
 
src/captioning/data/__pycache__/splits.cpython-313.pyc DELETED
Binary file (3.55 kB)