Skip to content

Commit 63ce774

Browse files
committed
Minor version bumps in requirements
1 parent 23fcc12 commit 63ce774

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import pyct.build
1111

1212
setup_args = {}
13-
install_requires = ['param>=1.8.0,<2.0', 'numpy>=1.0', 'pyviz_comms>=0.7.2',
13+
install_requires = ['param>=1.9.3,<2.0', 'numpy>=1.0', 'pyviz_comms>=0.7.3',
1414
'panel>=0.7.0', 'pandas']
1515

1616
extras_require = {}
@@ -106,6 +106,7 @@ def get_setup_version(reponame):
106106
"Programming Language :: Python :: 3.5",
107107
"Programming Language :: Python :: 3.6",
108108
"Programming Language :: Python :: 3.7",
109+
"Programming Language :: Python :: 3.8",
109110
"Operating System :: OS Independent",
110111
"Intended Audience :: Science/Research",
111112
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)