Skip to content

Commit 2e0b2cd

Browse files
committed
[WIP] specify pd version in setup.py
1 parent c2e0bb3 commit 2e0b2cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
packages=find_packages(exclude=('test', 'docs', 'examples')),
1212
include_package_data=True,
1313
install_requires=[
14-
'pandas',
14+
'pandas==2.0.1',
1515
'aesara',
1616
'pymc',
1717
'matplotlib',

0 commit comments

Comments
 (0)