Skip to content

Commit

Permalink
Update test environment to include run time dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepd-nv committed Aug 15, 2024
1 parent 1dfb3b0 commit 3f60482
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions continuous_integration/test-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@ channels:
- defaults
dependencies:
- python=3.11
- Cython>=3.0.0
- pytest>=6.2.4
- pytest-benchmark>=3.4.1
- numpy>=1.21.1
- pyclibrary>=0.1.7
- setuptools
- versioneer==0.29
- wheel
- pip
- pip:
- pytest-benchmark>=3.4.1

0 comments on commit 3f60482

Please sign in to comment.