File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 5454 shell : bash -l {0}
5555 run : |
5656 conda install conda-build anaconda-client -c conda-forge -y
57+ - name : Debug Recipe Contents
58+ shell : bash -l {0}
59+ run : |
60+ echo "Contents of meta.yaml:"
61+ cat conda-recipe/meta.yaml
5762 - name : Debug Channel Configuration
5863 shell : bash -l {0}
5964 run : |
Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ source:
1111build :
1212 noarch : python
1313 script :
14- - " {{ PYTHON }} -m pip install . -vv"
15- - " {{ PYTHON }} -m pip install torch==1.13.1"
14+ - {{ PYTHON }} -m pip install . -vv
15+ - {{ PYTHON }} -m pip install torch==1.13.1
1616 entry_points :
1717 - deeptaxa = deeptaxa.cli:main
1818
1919requirements :
2020 host :
21- - python >=3.10
21+ - python >=3.10,<3.11
2222 - pip
2323 - setuptools >=64
2424 - wheel
@@ -34,7 +34,7 @@ requirements:
3434
3535test :
3636 commands :
37- - " {{ PYTHON }} -m pip install torch==1.13.1"
37+ - {{ PYTHON }} -m pip install torch==1.13.1
3838 - deeptaxa --version
3939 imports :
4040 - deeptaxa
You can’t perform that action at this time.
0 commit comments