We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da12aaf commit a012229Copy full SHA for a012229
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
# We aim to support the versions on pytorch.org
19
# as well as selected previous versions on
20
# https://pytorch.org/get-started/previous-versions/
21
- torch-version: ["2.2.2", "2.4.0"]
+ torch-version: ["2.4.0", "2.6.0"]
22
sklearn-version: ["latest"]
23
include:
24
- os: windows-latest
setup.cfg
@@ -31,12 +31,11 @@ where =
31
python_requires = >=3.9
32
install_requires =
33
joblib
34
- numpy<2.0;torch<"2.4"
35
- numpy;torch>="2.4"
+ numpy
36
literate-dataclasses
37
scikit-learn
38
scipy
39
- torch
+ torch>=2.4.0
40
tqdm
41
matplotlib
42
requests
0 commit comments