Skip to content

Commit

Permalink
Update version of kaleido. (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
wenyikuang authored Jan 18, 2024
1 parent c0b995e commit 15b58d0
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions postprocessing/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
'pyarrow',
'fsspec',
's3fs',
'kaleido==0.1.0post1',
'boto3',
'botocore',
'pyyaml',
Expand All @@ -69,6 +68,16 @@
'ipykernel',
# 'awscli',
# 'colorama==0.4.3'
]
],
':sys_platform == "win32"': [
'kaleido==0.1.0post1', # kaleido version for Windows
],
':sys_platform == "linux"': [
'kaleido==0.1.0', # kaleido version for Linux
],
':sys_platform == "darwin"': [
'kaleido==0.1.0', # kaleido version for MacOS
],

}
)

0 comments on commit 15b58d0

Please sign in to comment.