Skip to content

Commit

Permalink
release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
tlmquintino committed Nov 24, 2023
1 parent 296e5a1 commit 8953a5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ In publications, please use our paper in SoftwareX as the main citation for **th

Brimicombe, C., Di Napoli, C., Quintino, T., Pappenberger, F., Cornforth, R., & Cloke, H. L. (2022).
Thermofeel: A python thermal comfort indices library. SoftwareX, 18, 101005.
https://doi.org/10.1016/j.softx.2022.101005
https://doi.org/10.1016/j.softx.2022.101005 `[cite] <https://github.com/ecmwf-projects/thermofeel/CITATION.bib>`_


To cite **thermofeel** the code currently please use:
Expand Down
6 changes: 1 addition & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ def read(fname):

assert version

# requirements
with open("requirements.txt") as f:
required = f.read().splitlines()


setuptools.setup(
name="thermofeel",
Expand All @@ -53,7 +49,7 @@ def read(fname):
url="https://github.com/ecmwf-projects/thermofeel",
packages=setuptools.find_packages(),
include_package_data=True,
install_requires=required,
install_requires=["numpy", "earthkit-meteo>=0.0.1"],
zip_safe=True,
keywords="tool",
classifiers=[
Expand Down

0 comments on commit 8953a5e

Please sign in to comment.