Skip to content

Commit

Permalink
add specific panel version pin for test_python env
Browse files Browse the repository at this point in the history
  • Loading branch information
AjayThorve committed Jan 11, 2024
1 parent 84ce513 commit da5c756
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ dependencies:
- numpydoc
- packaging
- pandoc<=2.0.0
- panel>=1.0
- panel>=1.0,<=1.3.4
- pre-commit
- pydata-sphinx-theme
Expand Down
1 change: 1 addition & 0 deletions conda/environments/all_cuda-120_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ dependencies:
- numpydoc
- packaging
- pandoc<=2.0.0
- panel>=1.0
- panel>=1.0,<=1.3.4
- pre-commit
- pydata-sphinx-theme
Expand Down
5 changes: 4 additions & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ dependencies:
- numba>=0.57
- numpy>=1.21
- packaging
- panel>=1.0,<=1.3.4
- panel>=1.0
- output_types: conda
packages:
- cupy>=12.0.0
Expand All @@ -186,3 +186,6 @@ dependencies:
- pytest
- pytest-cov
- pytest-xdist
- output_types: conda
packages:
- panel>=1.0,<=1.3.4

0 comments on commit da5c756

Please sign in to comment.