Skip to content

Commit 5e93155

Browse files
mberrcthoyt
andauthoredOct 26, 2024··
🔥🔓 Relax pytorch & numpy requirement (#1475)
Fix #1474 --------- Co-authored-by: Charles Tapley Hoyt <[email protected]>
1 parent e5bdb91 commit 5e93155

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@ requires-python = ">=3.9"
6060
dependencies = [
6161
"dataclasses-json",
6262
"numpy",
63-
"numpy<2.0.0; sys_platform == 'win32'",
63+
"numpy",
6464
"scipy>=1.7.0",
6565
"click",
6666
"click_default_group",
6767
"scikit-learn",
68-
"torch>=2.0,<2.4",
68+
"torch>=2.0",
6969
"tqdm",
7070
"requests",
7171
"optuna>=2.0.0",

0 commit comments

Comments
 (0)
Please sign in to comment.