plt.ipynb 파일 제거
tensorflow 버전 요건 변경 2.11.1 고정 - > 2.11.1 이하
This commit is contained in:
jung-geun
2023-09-04 14:45:45 +09:00
parent 727ae8c604
commit 940b2b4e99
7 changed files with 22 additions and 15975 deletions

View File

@@ -1,19 +1,30 @@
name: PyPI package
on: [push]
on:
push:
paths:
- "setup.py"
branches:
- main
permissions:
contents: read
packages: write
jobs:
build-linux:
runs-on: ubuntu-22.04
strategy:
max-parallel: 5
matrix:
python-version: [3.8, 3.9, 3.10, 3.11]
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
uses: actions/setup-python@v2
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: 3.9
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip