Skip to content

Commit

Permalink
specify versions of requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
MuellerSeb committed Feb 27, 2019
1 parent b28fb08 commit 44b4820
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ welltestpy.tools # Subpackage with miscellaneous tools

- [NumPy >= 1.13.0](https://www.numpy.org)
- [SciPy >= 0.19.1](https://www.scipy.org)
- [Pandas >= 0.23.0](https://pandas.pydata.org)
- [Matplotlib >= 2.2.0](https://matplotlib.org)
- [Pandas >= 0.20.3](https://pandas.pydata.org)
- [Matplotlib >= 2.0.2](https://matplotlib.org)
- [AnaFlow](https://github.com/GeoStat-Framework/AnaFlow)
- [SpotPy](https://github.com/thouska/spotpy)

Expand Down
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#required for readthedocs.org
numpy>=1.13.0
scipy>=0.19.1
pandas>=0.23.0
pandas>=0.20.3
matplotlib>=2.0.2
anaflow
matplotlib
spotpy
numpydoc
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ def find_version(*file_paths):
install_requires=[
"numpy>=1.13.0",
"scipy>=0.19.1",
"pandas>=0.23.0",
"pandas>=0.20.3",
"matplotlib>=2.0.2",
"anaflow",
"matplotlib",
"spotpy",
],
packages=find_packages(exclude=["tests*", "docs*"]),
Expand Down

0 comments on commit 44b4820

Please sign in to comment.