Skip to content

Commit e6e4c0c

Browse files
committed
update requirements
1 parent 5d4c83d commit e6e4c0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ classifiers = [
1515
"Natural Language :: English",
1616
"Programming Language :: Python :: 3.9",
1717
]
18-
requires-python = ">3.9,<=3.11"
18+
requires-python = ">3.9,<3.12"
1919
dependencies = [
2020
"torch",
2121
"hdxrate",
@@ -35,7 +35,7 @@ dependencies = [
3535
"param<2",
3636
"pyyaml",
3737
"omegaconf",
38-
"hdxms-datasets>=0.1.3",
38+
"hdxms-datasets==0.1.5",
3939
]
4040
dynamic = ["version"]
4141

0 commit comments

Comments
 (0)