Skip to content

Commit

Permalink
Updated required Python version due to | operator
Browse files Browse the repository at this point in the history
  • Loading branch information
mikediessner committed Jun 26, 2023
1 parent 1025660 commit b9361eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"

[project]
name = "nubopy"
version = "1.0.3"
version = "1.0.4"
authors = [
{ name="Mike Diessner", email="[email protected]" },
]
description = "A transparent Python package for Bayesian optimisation"
readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.10"
dependencies = ["torch", "gpytorch", "scipy", "numpy"]
classifiers = [
"Intended Audience :: Science/Research",
Expand Down

0 comments on commit b9361eb

Please sign in to comment.