Skip to content

Commit

Permalink
Updated requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Kraft committed Nov 28, 2023
1 parent 97f2b04 commit f05f4a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
# You can test your matrix by printing the current Python version
- name: Display Python version
run: python -c "import sys; print(sys.version)"
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ markdown
matplotlib>=3.5.0,<3.6.0

# scientific python
pandas~=1.4.0 # Version 1.4 requires sqlalchemy 1.4
scipy~=1.8.0
pandas>=1.4.0 # Version 1.4 requires sqlalchemy 1.4
scipy>=1.8.0
xlrd==2.0.1
numba>=0.50.0
openpyxl>=3.0.7
Expand Down

0 comments on commit f05f4a6

Please sign in to comment.