Skip to content

Commit

Permalink
update most dependencies, remove qtpy
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdelgrosso committed Oct 11, 2021
1 parent 1bf28f9 commit 37043cd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
long_description=long_description,
long_description_content_type='text/markdown',
install_requires=[
'numpy~=1.21.2',
'matplotlib~=3.4.3',
'pandas~=1.3.2',
'qtpy~=1.11.0',
'numpy',
'matplotlib',
'pandas',
# 'qtpy~=1.11.0',
'vtk~=9.0.3',
'vedo~=2021.0.5',
'PySide2', #~=5.14', # Pyside 5.15.2 is not working properly with CI
'PySide2',
'treelib~=1.6.1',
'traitlets~=5.1.0',
'bg-atlasapi',
Expand Down

0 comments on commit 37043cd

Please sign in to comment.