Skip to content

Commit

Permalink
Made numpy and pandas deps strictly v1 for test automation
Browse files Browse the repository at this point in the history
  • Loading branch information
alecglen committed Sep 15, 2024
1 parent 2007712 commit ba15dff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
appdirs
fastparquet; python_version >= '3.7'
fastparquet==0.7.2; python_version <= '3.6'
numpy>=1.0,<=2.0
pandas>=1.0,<=2.0
numpy>=1.0,<2.0
pandas>=1.0,<2.0

0 comments on commit ba15dff

Please sign in to comment.