Skip to content

Commit

Permalink
Merge pull request #21 from NREL/blackup
Browse files Browse the repository at this point in the history
update requirements for black to adress security issue
  • Loading branch information
malihass authored Apr 4, 2024
2 parents 9dbb09b + c45730a commit ebb9076
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,16 +68,16 @@ jobs:
- name: Test SPM
run: |
cd pinn_spm_param/tests
python test_spm.py -m pytest -v
pytest -v test_spm.py
- name: Test SPM post process
run: |
cd pinn_spm_param/tests
python test_spm_postProc.py -m pytest
pytest -v test_spm_postProc.py
- name: Test SPM utils
run: |
pip install black
cd pinn_spm_param/tests
python test_spm_utils.py -m pytest
pytest -v test_spm_utils.py
- name: Test SPM Bayesian calibration
run: |
cp pinn_spm_param/integration_spm/solution.npz pinn_spm_param/integration_spm/solution_0.5_1.npz
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
tensorflow
prettyPlot>=0.0.25
tensorflow<2.15
prettyPlot>=0.0.31
pandas
corner
tf2jax
numpyro
black
black>=24.3.0
scikit-learn

0 comments on commit ebb9076

Please sign in to comment.