Skip to content

Commit

Permalink
📌 adjust numpy dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nquetschlich committed Sep 11, 2024
1 parent 35302b9 commit 546a44b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ requires-python = ">=3.10"
dynamic = ["version"]

dependencies = [
"mqt.bench>=1.1.5",
"mqt.bench>=1.1.3",
"sb3_contrib>=2.0.0",
"scikit-learn>=1.5.1",
"tensorboard>=2.17.0",
"bqskit>=1.1.2",
# "numpy>=1.26; python_version >= '3.12'",
# "numpy>=1.24; python_version >= '3.11'",
# "numpy>=1.22",
"numpy>=1.26; python_version >= '3.12'",
"numpy>=1.24; python_version >= '3.11'",
"numpy>=1.22",
"numpy<2.0.0", # sb3/pytortch is currently not yet compatible https://github.com/DLR-RM/stable-baselines3/blob/9a3b28bb9f24a1646479500fb23be55ba652a30d/setup.py#L104
]

Expand Down

0 comments on commit 546a44b

Please sign in to comment.