Skip to content

Commit

Permalink
added requirements for minimum installation version
Browse files Browse the repository at this point in the history
  • Loading branch information
Davide-sd committed Mar 18, 2024
1 parent 05d89c1 commit b2dc346
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package-min.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install --upgrade setuptools
python -m pip install pytest pytest-mock
if [ -f requirements-min.txt ]; then pip install -r requirements-min.txt; fi
- name: Test with pytest
run: |
Expand Down
6 changes: 6 additions & 0 deletions requirements-min.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
packaging
appdirs>=1.4.4
numpy>=1.21.1
sympy>=1.10.1
matplotlib>=3.7.0
mergedeep>=1.3.4

0 comments on commit b2dc346

Please sign in to comment.