Skip to content

Commit

Permalink
pinning pandas=0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisjared authored and znicholls committed Aug 9, 2019
1 parent 128a5b8 commit e4ba05d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"Programming Language :: Python :: 3.7",
]
REQUIREMENTS_INSTALL = [
"pandas>=0.24.0",
"pandas==0.24.2", # Pinning a specific version of pandas for compatibility with pyam
"pandas-datapackage-reader",
"f90nml",
"PyYAML",
Expand Down

0 comments on commit e4ba05d

Please sign in to comment.