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 5858 echo "env-name=${{ matrix.spec }}-${{ matrix.conda-env }}-${{ matrix.python-version }}" >> $GITHUB_OUTPUT
5959 echo "env-file=dev/env-${{ matrix.conda-env }}.yaml"
6060 echo "env-file=dev/env-${{ matrix.conda-env }}.yaml" >> $GITHUB_OUTPUT
61- - shell : python
61+ - name : check on env-file
62+ shell : python
6263 run : |
6364 from pathlib import Path
6465 from pprint import pprint
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ dependencies:
2929 - pyright
3030 - pytest
3131 - pytest-cov
32- # - python=3.9 # removed
32+ # - python=3.11 # removed
3333 - pytorch>=2.1,<3
3434 - requests
3535 - rich
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dependencies:
1313 - imageio>=2.5
1414 - jupyter
1515 - jupyter-black
16- - # keras>=3.0,<4 # removed
16+ # - keras>=3.0,<4 # removed
1717 - loguru
1818 - matplotlib
1919 - numpy
You can’t perform that action at this time.
0 commit comments