Skip to content

Commit a96bdbb

Browse files
authored
Update pandas to 1.4.1 (#667)
* Only update for Python >= 3.7
1 parent 80daca8 commit a96bdbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extra_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ scandir>=1.8
1515
# we use the latest version to see any problems with new versions
1616
pandas==1.1.5; python_version <= '3.6'
1717
pandas==1.3.5; python_version == '3.7'
18-
pandas==1.4.0; python_version > '3.7'
18+
pandas==1.4.1; python_version > '3.7'
1919
xlrd==1.2.0; python_version <= '3.6'
2020
xlrd==2.0.1; python_version > '3.6'
2121
openpyxl==3.0.9

0 commit comments

Comments
 (0)