Skip to content

Commit

Permalink
Require tomli
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham committed Nov 4, 2022
1 parent c5069a3 commit 31d96b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions conda/environments/all_cuda-115_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ dependencies:
- python>=3.8,<3.10
- scikit-build>=0.13.1
- spdlog>=1.8.5,<1.9
- tomli
name: all_cuda-115_arch-x86_64
2 changes: 2 additions & 0 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ dependencies:
- cython>=0.29,<0.30
- python>=3.8,<3.10
- scikit-build>=0.13.1
- tomli
run:
- numba>=0.49
- numpy>=1.19
Expand All @@ -48,6 +49,7 @@ dependencies:
- flake8=3.8.3
- gcovr>=5.0
- isort=5.10.1
- tomli
test_python:
- pytest
- pytest-cov
Expand Down

0 comments on commit 31d96b6

Please sign in to comment.