Skip to content

Commit

Permalink
Merge pull request #75 from nihalnayak/master
Browse files Browse the repository at this point in the history
Torch version
  • Loading branch information
jplalor authored Jul 29, 2024
2 parents 1bd1dee + d88d05d commit c0454b7
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
@@ -1,6 +1,6 @@
[tool.poetry]
name = "py-irt"
version = "0.6.3"
version = "0.6.4"
readme = "README.md"
homepage = "https://github.com/nd-ball/py-irt/"
description = "Bayesian IRT models in Python"
Expand All @@ -19,7 +19,7 @@ pydantic = "^2.5.3"
scikit-learn = "^1.3.2"
toml = "^0.10.2"
ordered-set = "^4.1.0"
torch = "2.2.0"
torch = "^2.2.0"
[tool.poetry.dev-dependencies]
pytest = "^7.4.4"
pytest-cov = "^4.1.0"
Expand Down

0 comments on commit c0454b7

Please sign in to comment.