mirror of
https://github.com/jung-geun/PSO.git
synced 2025-12-19 20:44:39 +09:00
23-07-21
pypi 0.1.4 업데이트 keras 의 메모리 누수를 어느정도 해결했으나 아직 완벽히 해결이 되지 않음 입력 데이터를 tensor 형태로 변환해주어 넣는 방식으로 전환
This commit is contained in:
6
setup.py
6
setup.py
@@ -12,16 +12,14 @@ setup(
|
||||
author_email="jgbong0306@gmail.com",
|
||||
url="https://github.com/jung-geun/PSO",
|
||||
install_requires=[
|
||||
"tqdm==4.65.0",
|
||||
"tensorflow==2.11.1",
|
||||
"tensorboard==2.11.2",
|
||||
"tqdm",
|
||||
"numpy",
|
||||
"pandas",
|
||||
"ipython",
|
||||
],
|
||||
packages=find_packages(exclude=[]),
|
||||
keywords=["pso", "tensorflow", "keras"],
|
||||
python_requires="==3.8",
|
||||
python_requires="==3.9",
|
||||
package_data={},
|
||||
zip_safe=False,
|
||||
long_description=open("README.md", encoding="UTF8").read(),
|
||||
|
||||
Reference in New Issue
Block a user