Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
MassimoCimmino committed Nov 11, 2021
1 parent 0e67d4e commit 4e7490c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@ fluid temperatures in the boreholes for several U-tube pipe configurations.

## Requirements

*pygfunction* was developed and tested using Python 3.6. In addition, the
*pygfunction* was developed and tested using Python 3.7. In addition, the
following packages are needed to run *pygfunction* and its examples:
- Coolprop (>=6.4.1)
- Coolprop (>= 6.4.1)
- matplotlib (>= 3.3.4),
- numpy (>= 1.19.2)
- numpy (>= 1.20.1)
- scipy (>= 1.6.2)

The documentation is generated using [Sphinx](http://www.sphinx-doc.org). The
following packages are needed to build the documentation:
- sphinx (>= 3.5.4)
- sphinx (>= 4.0.1)
- numpydoc (>= 1.1.0)


Expand Down
4 changes: 2 additions & 2 deletions doc/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ Setting up pygfunction
*pygfunction* uses Python 3.7, along with the following packages:
- Coolprop (>=6.4.1)
- matplotlib (>= 3.3.4),
- numpy (>= 1.19.2)
- numpy (>= 1.20.1)
- scipy (>= 1.6.2)

*pygfunction*'s- documentation is built using:
- sphinx (>= 3.5.4)
- sphinx (>= 4.0.1)
- numpydoc (>= 1.1.0)

**Users** - `Download pip <https://pip.pypa.io/en/latest/>`_ and install the
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def read(fname):
include_package_data=True,
install_requires=['coolprop>=6.4.1',
'matplotlib>=3.3.4',
'numpy>=1.19.2',
'numpy>=1.20.1',
'scipy>=1.6.2'],
test_suite='tests',

Expand Down

0 comments on commit 4e7490c

Please sign in to comment.