Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
masanorihirano committed Aug 26, 2024
1 parent e0bbe0a commit 16a5c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ repository = "https://github.com/pfnet-research/pfhedge"
python = "^3.8.1"
torch = ">=1.9.0,<3.0.0"
tqdm = "^4.62.3"
numpy = "<2.0.0"

[tool.poetry.dev-dependencies]
pytest = "^6.2.5"
Expand All @@ -26,7 +27,6 @@ flake8 = "4.0.1"
scipy = [{ version = "^1.10.1", markers = "python_version < '3.9'" }, { version = "^1.12.0", markers = "python_version >= '3.9'" }]
mypy = "^1.11.1"
pyproject-flake8 = "4.0.1"
numpy = "<2.0.0"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 16a5c25

Please sign in to comment.