Skip to content

Commit

Permalink
Match pins with conda-forge recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Apr 13, 2021
1 parent 52cd556 commit 324aba9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"pyviz_comms >=0.7.4",
"panel >=0.8.0",
"colorcet",
"pandas",
"pandas >=0.20.0",
]

extras_require = {}
Expand Down Expand Up @@ -164,8 +164,6 @@ def get_setup_version(reponame):
classifiers=[
"License :: OSI Approved :: BSD License",
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
Expand Down

0 comments on commit 324aba9

Please sign in to comment.