mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-10 11:32:57 +00:00
6 lines
153 B
Python
6 lines
153 B
Python
# Copyright (c) Jupyter Development Team.
|
|
# Distributed under the terms of the Modified BSD License.
|
|
import pandas
|
|
|
|
assert pandas.__version__ == "1.5.3"
|