Skip to content

Commit e316a4b

Browse files
committed
Update pyjobshop to 20d51ab (requires Python >=3.11)
1 parent 81c61b0 commit e316a4b

2 files changed

Lines changed: 45 additions & 679 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "experiments"
33
version = "0.1.0"
44
description = "Experiments for the PyJobShop paper submission."
55
readme = "README.md"
6-
requires-python = ">=3.10"
6+
requires-python = ">=3.11"
77
dependencies = [
88
"jupyterlab>=4.2.5",
99
"numpy>=1.26.4",
@@ -15,4 +15,4 @@ dependencies = [
1515
package = false
1616

1717
[tool.uv.sources]
18-
pyjobshop = { git = "https://github.com/PyJobShop/PyJobShop.git", rev = "0510b1b" }
18+
pyjobshop = { git = "https://github.com/PyJobShop/PyJobShop.git", rev = "20d51ab" }

0 commit comments

Comments
 (0)