File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ requirements:
1919 - python>=3.8
2020 - pytorch>=2.0
2121 - scikit-learn
22- - jaxtyping>= 0.2.9
23- - linear_operator>=0.5.2
22+ - jaxtyping== 0.2.19
23+ - linear_operator>=0.5.3
2424
2525test :
2626 imports :
Original file line number Diff line number Diff line change 5252 conda config --set anaconda_upload yes
5353 conda config --append channels pytorch
5454 conda config --append channels gpytorch
55+ conda config --append channels conda-forge
5556 /usr/share/miniconda/bin/anaconda login --username ${{ secrets.CONDA_USERNAME }} --password ${{ secrets.CONDA_PASSWORD }}
5657 python -m setuptools_scm
5758 cd .conda
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ def find_version(*file_paths):
4343 "mpmath>=0.19,<=1.3" , # avoid incompatibiltiy with torch+sympy with mpmath 1.4
4444 "scikit-learn" ,
4545 "scipy>=1.6.0" ,
46- "linear_operator>=0.5.2 " ,
46+ "linear_operator>=0.5.3 " ,
4747]
4848# if recent dev version of PyTorch is installed, no need to install stable
4949try :
You can’t perform that action at this time.
0 commit comments