Skip to content

Commit

Permalink
Update cvxpy version with numpy major release (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
timothy-nunn authored Jun 19, 2024
1 parent 5acb85d commit 348605d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
author = "Timothy Nunn"

# The full version, including alpha/beta/rc tags
release = "2.2.0"
release = "2.2.1"


# -- General configuration ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ requires = ["setuptools", "wheel"]

[project]
name = "PyVMCON"
version = "2.2.0"
version = "2.2.1"
description = "Python implementation of the VMCON non-linear constrained optimiser."
keywords = ["vmcon", "optimisation", "non-linear constrained optimisation"]
readme = "README.md"
license = { file = "LICENSE" }
authors = [{ name = "Timothy Nunn", email = "timothy.nunn@ukaea.uk" }]
requires-python = ">=3.8"
dependencies = ["numpy>=1.19", "cvxpy>=1.3"]
dependencies = ["numpy>=1.19,<2.0", "cvxpy>=1.5.2"]
classifiers = [
"Intended Audience :: Science/Research",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 348605d

Please sign in to comment.