job-shop-lib 0.1.0__py3-none-any.whl → 0.1.2__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- {job_shop_lib-0.1.0.dist-info → job_shop_lib-0.1.2.dist-info}/METADATA +6 -6
- {job_shop_lib-0.1.0.dist-info → job_shop_lib-0.1.2.dist-info}/RECORD +4 -4
- {job_shop_lib-0.1.0.dist-info → job_shop_lib-0.1.2.dist-info}/LICENSE +0 -0
- {job_shop_lib-0.1.0.dist-info → job_shop_lib-0.1.2.dist-info}/WHEEL +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: job-shop-lib
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.2
|
4
4
|
Summary: An easy-to-use and modular Python library for the Job Shop Scheduling Problem (JSSP)
|
5
5
|
License: MIT
|
6
6
|
Author: Pabloo22
|
@@ -12,11 +12,11 @@ Classifier: Programming Language :: Python :: 3.10
|
|
12
12
|
Classifier: Programming Language :: Python :: 3.11
|
13
13
|
Classifier: Programming Language :: Python :: 3.12
|
14
14
|
Provides-Extra: pygraphviz
|
15
|
-
Requires-Dist: imageio (>=2
|
16
|
-
Requires-Dist: matplotlib (>=3
|
17
|
-
Requires-Dist: networkx (>=3
|
18
|
-
Requires-Dist: ortools (>=9
|
19
|
-
Requires-Dist: pyarrow (>=
|
15
|
+
Requires-Dist: imageio (>=2,<3)
|
16
|
+
Requires-Dist: matplotlib (>=3,<4)
|
17
|
+
Requires-Dist: networkx (>=3,<4)
|
18
|
+
Requires-Dist: ortools (>=9,<10)
|
19
|
+
Requires-Dist: pyarrow (>=14.0.0,<15.0.0)
|
20
20
|
Requires-Dist: pygraphviz (>=1.12,<2.0) ; extra == "pygraphviz"
|
21
21
|
Description-Content-Type: text/markdown
|
22
22
|
|
@@ -29,7 +29,7 @@ job_shop_lib/visualization/agent_task_graph.py,sha256=G-c9eiawz6m9sdnDM1r-ZHz6K-
|
|
29
29
|
job_shop_lib/visualization/create_gif.py,sha256=3j339wjgGZKLOyMWGdVqVBQu4WFDUhyualHx8b3CJMQ,6382
|
30
30
|
job_shop_lib/visualization/disjunctive_graph.py,sha256=feiRAMxuG5CG2naO7I3HtcrSQw99yWxWzIGgZC_pxIs,5803
|
31
31
|
job_shop_lib/visualization/gantt_chart.py,sha256=OyBMBnjSsRC769qXimJ3IIQWlssgPfx-nlVeSeU5sWY,4415
|
32
|
-
job_shop_lib-0.1.
|
33
|
-
job_shop_lib-0.1.
|
34
|
-
job_shop_lib-0.1.
|
35
|
-
job_shop_lib-0.1.
|
32
|
+
job_shop_lib-0.1.2.dist-info/LICENSE,sha256=9mggivMGd5taAu3xbmBway-VQZMBzurBGHofFopvUsQ,1069
|
33
|
+
job_shop_lib-0.1.2.dist-info/METADATA,sha256=PAX6P-PWImnC9molUuAeYnLkufbB_rkq1aGtX1GSV3U,13467
|
34
|
+
job_shop_lib-0.1.2.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
|
35
|
+
job_shop_lib-0.1.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|