Skip to content

Commit fdb6778

Browse files
authored
chore(dependencies): pin pandas<3 (#2699)
Until we can make sure we've accommodated the changes. The pyproject.toml already has an upper bound
1 parent 7758c77 commit fdb6778

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

etc/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies:
99
- python>=3.10
1010
- numpy>=1.20.3
1111
- matplotlib>=1.4.0
12-
- pandas>=2.0.0
12+
- pandas>=2.0.0,<3
1313

1414
# codegen
1515
- boltons>=1.0

0 commit comments

Comments
 (0)