Skip to content

Commit a50fbbe

Browse files
committed
chore: Add separate CI file for requirements
1 parent c43e6b4 commit a50fbbe

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Install dependencies
3535
run: |
3636
python -m pip install --upgrade pip
37-
pip install -r requirements.txt
37+
pip install -r requirements-ci.txt
3838
pip install -r requirements-dev.txt
3939
4040
- name: Lint with flake8

requirements-ci.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Core Dependencies
2+
numpy>=1.21.0,<2.0.0
3+
opencv-python>=4.5.0
4+
tensorflow>=2.10.0
5+
matplotlib>=3.3.0
6+
djitellopy>=2.4.0
7+
8+

0 commit comments

Comments
 (0)