pypi 패키지 배포 테스트 4
This commit is contained in:
jung-geun
2023-09-04 15:08:59 +09:00
parent fe209ce8f5
commit 9c909cc3bc
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
ipython ipython
keras==2.11.0 keras<=2.11.0
numpy==1.25.0 numpy
pandas==1.5.3 pandas==1.5.3
tensorflow<=2.11.1 tensorflow<=2.11.1
tqdm==4.65.0 tqdm==4.65.0

View File

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