Skip to content

Commit

Permalink
Merge pull request #6 from WenjieDu/dev
Browse files Browse the repository at this point in the history
Update dependencies and release v0.1.1
  • Loading branch information
WenjieDu authored Jun 20, 2024
2 parents 856d429 + a91553d commit c95b0be
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<p align="center">
<a href="https://docs.pypots.com/en/latest/install.html#reasons-of-version-limitations-on-dependencies">
<img alt="Python version" src="https://img.shields.io/badge/Python-v3.7+-E97040?logo=python&logoColor=white">
<img alt="Python version" src="https://img.shields.io/badge/Python-v3.8+-E97040?logo=python&logoColor=white">
</a>
<a href="https://github.com/WenjieDu/BenchPOTS/releases">
<img alt="the latest release version" src="https://img.shields.io/github/v/release/wenjiedu/benchpots?color=EE781F&include_prereleases&label=Release&logo=github&logoColor=white">
Expand Down
2 changes: 1 addition & 1 deletion benchpots/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
#
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
__version__ = "0.1"
__version__ = "0.1.1"
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
h5py
numpy
pandas
scikit-learn
pygrinder >=0.6
tsdb >=0.4
tsdb >=0.4
pygrinder >=0.6
11 changes: 4 additions & 7 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,9 @@ extend-ignore =

# basic dependencies
basic =
h5py
numpy
scikit-learn
matplotlib
pandas
torch
tensorboard
scipy
h5py
pypots
scikit-learn
tsdb >=0.4
pygrinder >=0.6
11 changes: 6 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
},
keywords=[
"data mining",
"benchmark",
"neural networks",
"machine learning",
"deep learning",
Expand All @@ -46,12 +47,12 @@
install_requires=[
"h5py",
"numpy",
"pandas",
"scikit-learn",
"pygrinder >=0.4",
"tsdb >=0.2",
"pypots",
"tsdb >=0.4",
"pygrinder >=0.6",
],
python_requires=">=3.7.0",
python_requires=">=3.8.0",
setup_requires=["setuptools>=38.6.0"],
classifiers=[
"Development Status :: 5 - Production/Stable",
Expand All @@ -61,10 +62,10 @@
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
],
)

0 comments on commit c95b0be

Please sign in to comment.