mg-pso-gui 0.0.1__tar.gz → 0.0.2__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {mg-pso-gui-0.0.1 → mg-pso-gui-0.0.2}/PKG-INFO +1 -1
- {mg-pso-gui-0.0.1 → mg-pso-gui-0.0.2}/mg_pso_gui.egg-info/PKG-INFO +1 -1
- {mg-pso-gui-0.0.1 → mg-pso-gui-0.0.2}/mg_pso_gui.egg-info/requires.txt +3 -1
- {mg-pso-gui-0.0.1 → mg-pso-gui-0.0.2}/setup.py +5 -3
- {mg-pso-gui-0.0.1 → mg-pso-gui-0.0.2}/LICENSE +0 -0
- {mg-pso-gui-0.0.1 → mg-pso-gui-0.0.2}/README.md +0 -0
- {mg-pso-gui-0.0.1 → mg-pso-gui-0.0.2}/mg-pso-gui/BoundsEditorWindow.py +0 -0
- {mg-pso-gui-0.0.1 → mg-pso-gui-0.0.2}/mg-pso-gui/BoundsList.py +0 -0
- {mg-pso-gui-0.0.1 → mg-pso-gui-0.0.2}/mg-pso-gui/CTkToolTip/__init__.py +0 -0
- {mg-pso-gui-0.0.1 → mg-pso-gui-0.0.2}/mg-pso-gui/CTkToolTip/ctk_tooltip.py +0 -0
- {mg-pso-gui-0.0.1 → mg-pso-gui-0.0.2}/mg-pso-gui/CalibrationParametersView.py +0 -0
- {mg-pso-gui-0.0.1 → mg-pso-gui-0.0.2}/mg-pso-gui/FunctionsList.py +0 -0
- {mg-pso-gui-0.0.1 → mg-pso-gui-0.0.2}/mg-pso-gui/GraphGenerator.py +0 -0
- {mg-pso-gui-0.0.1 → mg-pso-gui-0.0.2}/mg-pso-gui/ListParametersView.py +0 -0
- {mg-pso-gui-0.0.1 → mg-pso-gui-0.0.2}/mg-pso-gui/OptionManager.py +0 -0
- {mg-pso-gui-0.0.1 → mg-pso-gui-0.0.2}/mg-pso-gui/PSORunner.py +0 -0
- {mg-pso-gui-0.0.1 → mg-pso-gui-0.0.2}/mg-pso-gui/StaticParameterView.py +0 -0
- {mg-pso-gui-0.0.1 → mg-pso-gui-0.0.2}/mg-pso-gui/StepView.py +0 -0
- {mg-pso-gui-0.0.1 → mg-pso-gui-0.0.2}/mg-pso-gui/__init__.py +0 -0
- {mg-pso-gui-0.0.1 → mg-pso-gui-0.0.2}/mg-pso-gui/main.py +0 -0
- {mg-pso-gui-0.0.1 → mg-pso-gui-0.0.2}/mg_pso_gui.egg-info/SOURCES.txt +0 -0
- {mg-pso-gui-0.0.1 → mg-pso-gui-0.0.2}/mg_pso_gui.egg-info/dependency_links.txt +0 -0
- {mg-pso-gui-0.0.1 → mg-pso-gui-0.0.2}/mg_pso_gui.egg-info/top_level.txt +0 -0
- {mg-pso-gui-0.0.1 → mg-pso-gui-0.0.2}/setup.cfg +0 -0
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|
2
2
|
import codecs
|
3
3
|
import os
|
4
4
|
|
5
|
-
VERSION = '0.0.
|
5
|
+
VERSION = '0.0.2'
|
6
6
|
DESCRIPTION = 'GUI for MG-PSO'
|
7
7
|
LONG_DESCRIPTION = 'GUI for MG-PSO'
|
8
8
|
|
@@ -19,9 +19,11 @@ setup(
|
|
19
19
|
install_requires=['pandas',
|
20
20
|
'numpy',
|
21
21
|
'requests',
|
22
|
-
'
|
22
|
+
'tk',
|
23
23
|
'customtkinter',
|
24
|
-
'plotly'
|
24
|
+
'plotly',
|
25
|
+
'csip',
|
26
|
+
'csip-cosu'],
|
25
27
|
keywords=['python', 'muti-group', 'pso', 'particle', 'swarm', 'optimization', 'gui'],
|
26
28
|
classifiers=[
|
27
29
|
"Development Status :: 1 - Planning",
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|