Skip to content

Commit

Permalink
numpy dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhamer-noaa committed Jun 21, 2024
1 parent e53582b commit 8120e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install python dependencies
run: |
python -m pip install --upgrade pip
pip install pytest pylint==2.17.5 flask==2.3.2 flask-cors==4.0.0 python-dateutil==2.8.2 pint==0.21 importlib-metadata==6.7.0 jsonschema==4.19.0 pika==1.3.1
pip install pytest pylint==2.17.5 numpy==1.24.3 flask==2.3.2 flask-cors==4.0.0 python-dateutil==2.8.2 pint==0.21 importlib-metadata==6.7.0 jsonschema==4.19.0 pika==1.3.1
- name: Checkout idss-engine-commons
uses: actions/checkout@v2
Expand Down

0 comments on commit 8120e86

Please sign in to comment.