job-shop-lib 1.1.0__py3-none-any.whl → 1.1.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
job_shop_lib/__init__.py CHANGED
@@ -19,7 +19,7 @@ from job_shop_lib._schedule import Schedule
19
19
  from job_shop_lib._base_solver import BaseSolver, Solver
20
20
 
21
21
 
22
- __version__ = "1.1.0"
22
+ __version__ = "1.1.1"
23
23
 
24
24
  __all__ = [
25
25
  "Operation",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: job-shop-lib
3
- Version: 1.1.0
3
+ Version: 1.1.1
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
@@ -16,9 +16,9 @@ Requires-Dist: gymnasium (>=1.0.0,<2.0.0)
16
16
  Requires-Dist: imageio[ffmpeg] (>=2.34.1,<3.0.0)
17
17
  Requires-Dist: matplotlib (>=3,<4)
18
18
  Requires-Dist: networkx (>=3,<4)
19
- Requires-Dist: numpy (>=1.26.4,<2.0.0)
19
+ Requires-Dist: numpy (>=1.26.4,<3.0.0)
20
20
  Requires-Dist: ortools (>=9.9,<10.0)
21
- Requires-Dist: pyarrow (>=15.0.0,<16.0.0)
21
+ Requires-Dist: pyarrow (>=15,<21)
22
22
  Requires-Dist: pygraphviz (>=1.12,<2.0) ; extra == "pygraphviz"
23
23
  Description-Content-Type: text/markdown
24
24
 
@@ -1,4 +1,4 @@
1
- job_shop_lib/__init__.py,sha256=GsvMMVRVHzH1Qy7eKfNKp87NNRO8TBE-asEgZF7TIaA,639
1
+ job_shop_lib/__init__.py,sha256=DaQp6Dk3OL1ctejjmmmv7bkK3M6_4D09Q_OB8bF_AuI,639
2
2
  job_shop_lib/_base_solver.py,sha256=p17XmtufNc9Y481cqZUT45pEkUmmW1HWG53dfhIBJH8,1363
3
3
  job_shop_lib/_job_shop_instance.py,sha256=RWibh5_lVTHj0DEkMw94O4jYZhwRReYYpVVIbT0cYtQ,18353
4
4
  job_shop_lib/_operation.py,sha256=lwCjgXwWlgESFuV3Yh4SCVofPGCd3hJU4vnK7peREac,4235
@@ -68,7 +68,7 @@ job_shop_lib/visualization/gantt/_plot_gantt_chart.py,sha256=_4UGUTRuIw0tLzsJD9G
68
68
  job_shop_lib/visualization/graphs/__init__.py,sha256=HUWzfgQLeklNROtjnxeJX_FIySo_baTXO6klx0zUVpQ,630
69
69
  job_shop_lib/visualization/graphs/_plot_disjunctive_graph.py,sha256=YyNEKgg1ol34JYu8Ej1kKonsuFu7zDav4uuUzU_FS4Q,15905
70
70
  job_shop_lib/visualization/graphs/_plot_resource_task_graph.py,sha256=Sp1aokyM_8QZb39QCLrjQECcbDHkdcYw7wMZILWxN9o,13191
71
- job_shop_lib-1.1.0.dist-info/LICENSE,sha256=9mggivMGd5taAu3xbmBway-VQZMBzurBGHofFopvUsQ,1069
72
- job_shop_lib-1.1.0.dist-info/METADATA,sha256=VOiEg8x4xozLpf04qjhX0NBEsnDrbzEUPtUi89GqE10,16405
73
- job_shop_lib-1.1.0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
74
- job_shop_lib-1.1.0.dist-info/RECORD,,
71
+ job_shop_lib-1.1.1.dist-info/LICENSE,sha256=9mggivMGd5taAu3xbmBway-VQZMBzurBGHofFopvUsQ,1069
72
+ job_shop_lib-1.1.1.dist-info/METADATA,sha256=vLOLmhRtfTA-dyIA985M23OiuMi8UMPxGaX3wAGrnlU,16397
73
+ job_shop_lib-1.1.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
74
+ job_shop_lib-1.1.1.dist-info/RECORD,,