pypi 패키지 배포 테스트 5
This commit is contained in:
jung-geun
2023-09-04 15:11:51 +09:00
parent 9c909cc3bc
commit 9fd9020da2
2 changed files with 1 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ jobs:
strategy:
max-parallel: 5
matrix:
python-version: [3.8, 3.9, 3.10, 3.11]
python-version: ["3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v3

View File

@@ -17,7 +17,6 @@ setup(
"pandas",
"ipython",
"tensorflow<=2.11.1",
"keras",
],
packages=find_packages(exclude=[]),
keywords=["pso", "tensorflow", "keras"],