Skip to content

Commit

Permalink
update customized requirements for tests including numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
VigneshVSV committed Jul 20, 2024
1 parent beb7066 commit 106ce72
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
python-version: 3.11

- name: Install dependencies
run: pip install -r requirements.txt
run: pip install -r tests/requirements.txt

- name: Run unit tests
run: python -m unittest discover -s tests -p 'test_*.py'
Expand Down
10 changes: 10 additions & 0 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
argon2-cffi==23.1.0
ifaddr==0.2.0
msgspec==0.18.6
pyzmq==25.1.0
SQLAlchemy==2.0.21
SQLAlchemy_Utils==0.41.1
tornado==6.3.3
jsonschema==4.22.0
requests==2.32.3
numpy==2.0.0

0 comments on commit 106ce72

Please sign in to comment.