mirror of
https://github.com/jung-geun/PSO.git
synced 2025-12-19 20:44:39 +09:00
23-07-17
tensorboard 적용된 pypi log 저장 디렉토리 지정해야 tensorboard 사용 가능 pypi 소스파일 제거 tqdm 자동으로 변경
This commit is contained in:
10
setup.py
10
setup.py
@@ -1,16 +1,20 @@
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
import pso
|
||||
|
||||
VERSION = pso.__version__
|
||||
|
||||
setup(
|
||||
name="pso2keras",
|
||||
version="0.1.2",
|
||||
version=VERSION,
|
||||
description="Particle Swarm Optimization to tensorflow package",
|
||||
author="pieroot",
|
||||
author_email="jgbong0306@gmail.com",
|
||||
url="https://github.com/jung-geun/PSO",
|
||||
install_requires=[
|
||||
"tqdm==4.65.0",
|
||||
"tensorflow==2.11.0",
|
||||
"keras==2.11.0",
|
||||
"tensorflow==2.11.1",
|
||||
"tensorboard==2.11.2",
|
||||
"numpy",
|
||||
"pandas",
|
||||
"ipython",
|
||||
|
||||
Reference in New Issue
Block a user