Skip to content

Commit

Permalink
do setup config and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
byersiiasa committed Oct 30, 2023
1 parent a9f0bdb commit d94bd32
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 2 deletions.
13 changes: 13 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
dask~=2022.7.0
holoviews~=1.17.1
hvplot~=0.9.0
matplotlib~=3.5.2
numpy~=1.23.5
pandas~=1.5.2
pyam_iamc~=1.7.1.dev3+gbec0295
PyYAML~=6.0
PyYAML~=6.0.1
rich~=13.6.0
scipy~=1.9.3
seaborn~=0.13.0
xarray~=2022.11.0
28 changes: 26 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,34 @@ long_description_content_type = text/markdown
long_description = file:README.md
url = https://www.iiasa.ac.at
license = GNU CPL v3

classifiers =
Development Status :: 2 - Pre-Alpha
Intended Audience :: Science/Research
Topic :: Scientific/Engineering
License :: OSI Approved :: GNU CPL v3
Natural Language :: English
Programming Language :: Python :: 3

[options]
packages = python_stub
packages = rime
include_package_data = True
python_requires = >=3.10, <3.12

# To check this, pip install pipreqs, then run pipreqs . in the rime directory
install_requires =
dask~=2022.7.0
holoviews~=1.17.1
hvplot~=0.9.0
matplotlib~=3.5.2
numpy~=1.23.5
pandas~=1.5.2
pyam_iamc~=1.7.1.dev3+gbec0295
PyYAML~=6.0
rich~=13.6.0
scipy~=1.9.3
seaborn~=0.13.0
xarray~=2022.11.0

setup_requires =
setuptools >= 41
setuptools_scm
Expand Down

0 comments on commit d94bd32

Please sign in to comment.