Skip to content

Commit 6a7e614

Browse files
committed
Fix deps
1 parent ae2505b commit 6a7e614

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.0.6
4+
5+
- Fix dependencies
6+
37
## 1.0.5
48

59
- Update dependencies

pyproject.toml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pyaugmecon"
7-
version = "1.0.5"
8-
requires-python = ">=3.8"
7+
version = "1.0.6"
98
authors = [{ name = "Wouter Bles", email = "[email protected]" }]
109
description = "An AUGMECON based multi-objective optimization solver for Pyomo."
1110
readme = "README.md"
@@ -32,12 +31,12 @@ classifiers = [
3231
]
3332
dependencies = [
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]

0 commit comments

Comments
 (0)