mirror of
https://github.com/jung-geun/PSO.git
synced 2025-12-19 20:44:39 +09:00
23-09-04
pypi 패키지 배포 테스트 4
This commit is contained in:
@@ -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
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -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"],
|
||||||
|
|||||||
Reference in New Issue
Block a user