Skip to content

Commit

Permalink
Minor version bumps in requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Apr 2, 2020
1 parent 23fcc12 commit 63ce774
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -10,7 +10,7 @@
import pyct.build

setup_args = {}
install_requires = ['param>=1.8.0,<2.0', 'numpy>=1.0', 'pyviz_comms>=0.7.2',
install_requires = ['param>=1.9.3,<2.0', 'numpy>=1.0', 'pyviz_comms>=0.7.3',
'panel>=0.7.0', 'pandas']

extras_require = {}
Expand Down Expand Up @@ -106,6 +106,7 @@ def get_setup_version(reponame):
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Operating System :: OS Independent",
"Intended Audience :: Science/Research",
"Intended Audience :: Developers",
Expand Down

0 comments on commit 63ce774

Please sign in to comment.