mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-07 01:54:04 +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__ == "2.2.3"
|