Skip to content

Commit

Permalink
Fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterbles committed Jan 29, 2024
1 parent ae2505b commit 6a7e614
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.0.6

- Fix dependencies

## 1.0.5

- Update dependencies
Expand Down
15 changes: 7 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pyaugmecon"
version = "1.0.5"
requires-python = ">=3.8"
version = "1.0.6"
authors = [{ name = "Wouter Bles", email = "whbles@gmail.com" }]
description = "An AUGMECON based multi-objective optimization solver for Pyomo."
readme = "README.md"
Expand All @@ -32,12 +31,12 @@ classifiers = [
]
dependencies = [
"python >=3.8",
"pyomo ~=6.7.0",
"numpy ~=1.26.3",
"pandas ~=2.2.0",
"cloudpickle ~=3.0.0",
"pymoo ~=0.6.1.1",
"openpyxl ~=3.1.2",
"pyomo ~=6.7",
"numpy ~=1.26",
"pandas ~=2.2",
"cloudpickle ~=3.0",
"pymoo ~=0.6",
"openpyxl ~=3.1",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 6a7e614

Please sign in to comment.