Skip to content

Commit 1f1b5e8

Browse files
committed
Bump linear_operator version requirement, fix conda deploy
1 parent 6acdc75 commit 1f1b5e8

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.conda/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2525
test:
2626
imports:

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
4949
try:

0 commit comments

Comments
 (0)