Skip to content

Commit

Permalink
Update dependency versions (#31)
Browse files Browse the repository at this point in the history
* Update dependency versions

Minimum requirements for pandas 1.3.0.

* Update setup.py

Update dependencies
  • Loading branch information
djbower authored Apr 8, 2024
1 parent f40c451 commit 579d3c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ Dependencies
This packages depends on the following modules to run. These should be installed
automatically with any of the installation instructions provided.

- NumPy >= 1.2.1
- NumPy >= 1.17.3

- SciPy >= 0.6.0
- SciPy >= 1.12.0

- pandas >= 1.3.0

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
license="BSD",
packages=find_packages(),
include_package_data=True,
install_requires=['scipy>=0.6.0', 'numpy>=1.2.1', 'pandas>=0.17.0'],
install_requires=['scipy>=1.12.0', 'numpy>=1.17.3', 'pandas>=1.3.0'],
zip_safe=False,
keywords='thermo chemistry physics',
classifiers=[
Expand Down

0 comments on commit 579d3c4

Please sign in to comment.