Skip to content

Commit

Permalink
requirements test
Browse files Browse the repository at this point in the history
  • Loading branch information
babenek committed Dec 3, 2024
1 parent 8387fc9 commit 55b0acc
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:

# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #

path_test:
reqtest:

runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
os: [ ubuntu-latest ]
python-version: [ "3.10"]

steps:
Expand All @@ -32,6 +32,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: path test
- name: requirements test
run: |
python path_test.py
python -m pip install -U pip
python -m pip install -r requirements.txt
22 changes: 21 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,21 @@
tqdm~=4.66.2
# Python 3.10.15
# pip 24.3.1

# version sensetive
h5py==3.12.1
keras==2.15.0
keras-tuner==1.4.7
numpy==1.26.4
onnx==1.17.0
protobuf==3.20.3
scikit-learn==1.5.2
tensorflow==2.15.1
tensorrt==10.1.0
tf2onnx==1.16.1
wrapt==1.14.1

# version insensetive
types-tensorflow
matplotlib
colorama
psutil

0 comments on commit 55b0acc

Please sign in to comment.