Skip to content

Commit

Permalink
adding fpdf dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpastor97 committed Jul 11, 2022
1 parent ac42efa commit 695cd7a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.7'
python-version: '3.8'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
1 change: 1 addition & 0 deletions devtools/conda-envs/test_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ dependencies:
# Package dependencies
- mdanalysis
- dask
- fpdf

# Pip-only installs
- pip:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

# Additional entries you may want simply uncomment the lines you want and fill in the data
url='https://github.com/ProLint/ufcc', # Website
install_requires=['numpy', 'pandas', 'mdanalysis', 'dask', 'dask[distributed]'], # Required packages, pulls from pip if needed; do not use for Conda deployment
install_requires=['numpy', 'pandas', 'mdanalysis', 'dask', 'dask[distributed]', 'fpdf'], # Required packages, pulls from pip if needed; do not use for Conda deployment
platforms=[
'Linux',
'Mac OS-X',
Expand Down

0 comments on commit 695cd7a

Please sign in to comment.