File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " vrp-quantum-solver"
7- version = " 1.0.0 "
7+ version = " 1.0.1 "
88authors = [
99 { name =" Bruno Rosendo" , email =" brunomrosendo@hotmail.com" },
1010]
@@ -16,6 +16,11 @@ classifiers = [
1616 " License :: OSI Approved :: MIT License" ,
1717 " Operating System :: OS Independent" ,
1818]
19+ dynamic = [" dependencies" , " optional-dependencies" ]
20+
21+ [tool .setuptools .dynamic ]
22+ dependencies = {file = [" requirements.txt" ]}
23+ optional-dependencies = {dev = { file = [" requirements-dev.txt" ] }}
1924
2025[project .urls ]
2126Homepage = " https://github.com/BrunoRosendo/vrp-quantum-solver"
Original file line number Diff line number Diff line change 1+ ddt >= 1.2.0 ,!= 1.4.0 ,!= 1.4.3
2+ pyenchant >= 3.2.2
3+ rustworkx >= 0.13
Original file line number Diff line number Diff line change 1- ddt == 1.7.2
2- dimod == 0.12.14
3- docplex == 2.25.236
4- dwave_cloud_client == 0.11.3
5- dwave_drivers == 0.4.4
6- dwave_inspector == 0.4.4
7- dwave_inspectorapp == 0.3.1
8- dwave_preprocessing == 0.6.5
9- dwave_samplers == 1.2.0
10- dwave_system == 1.23.0
11- ipython == 8.12.3
12- nlopt == 2.7.1
13- numpy == 1.23.5
14- ortools == 9.10.4067
15- pandas == 2.2.2
16- plotly == 5.19.0
17- pyenchant == 3.2.2
18- python-dotenv == 1.0.1
19- qiskit == 1.0.2
20- qiskit_ibm_runtime == 0.23.0
21- qiskit_ibmq_provider == 0.20.2
22- qiskit_optimization == 0.6.1
23- rustworkx == 0.14.2
24- scipy == 1.13.1
25- setuptools == 70.0.0
26- SQSnobFit == 0.4.5
1+ dimod >= 0.12.14
2+ docplex >= 2.25.236
3+ dwave_cloud_client >= 0.11.3
4+ dwave_drivers >= 0.4.4
5+ dwave_inspector >= 0.4.4
6+ dwave_inspectorapp >= 0.3.1
7+ dwave_preprocessing >= 0.6.5
8+ dwave_samplers >= 1.2.0
9+ dwave_system >= 1.23.0
10+ nlopt >= 2.7.1
11+ numpy >= 1.23.5
12+ ortools >= 9.10.4067
13+ plotly >= 5.19.0
14+ qiskit >= 1.0.2
15+ qiskit_ibm_runtime >= 0.23.0
16+ qiskit_ibmq_provider >= 0.20.2
17+ qiskit_optimization >= 0.6.1
18+ scipy >= 1.14.1
19+ SQSnobFit >= 0.4.5
You can’t perform that action at this time.
0 commit comments