File tree Expand file tree Collapse file tree 2 files changed +11
-8
lines changed
Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.0.6
4+
5+ - Fix dependencies
6+
37## 1.0.5
48
59- Update dependencies
Original file line number Diff line number Diff line change @@ -4,8 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " pyaugmecon"
7- version = " 1.0.5"
8- requires-python = " >=3.8"
7+ version = " 1.0.6"
98authors = [{
name =
" Wouter Bles" ,
email =
" [email protected] " }]
109description = " An AUGMECON based multi-objective optimization solver for Pyomo."
1110readme = " README.md"
@@ -32,12 +31,12 @@ classifiers = [
3231]
3332dependencies = [
3433 " python >=3.8" ,
35- " pyomo ~=6.7.0 " ,
36- " numpy ~=1.26.3 " ,
37- " pandas ~=2.2.0 " ,
38- " cloudpickle ~=3.0.0 " ,
39- " pymoo ~=0.6.1.1 " ,
40- " openpyxl ~=3.1.2 " ,
34+ " pyomo ~=6.7" ,
35+ " numpy ~=1.26" ,
36+ " pandas ~=2.2" ,
37+ " cloudpickle ~=3.0" ,
38+ " pymoo ~=0.6" ,
39+ " openpyxl ~=3.1" ,
4140]
4241
4342[project .optional-dependencies ]
You can’t perform that action at this time.
0 commit comments