Skip to content

Commit

Permalink
really the right format this time 🤦
Browse files Browse the repository at this point in the history
  • Loading branch information
alecglen committed Aug 16, 2024
1 parent f78bae4 commit 823d009
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

# What packages are required for this module to be executed?
REQUIRED = [
'numpy>=1.0, <=2.0',
'pandas>=1.0, <=2.0',
'numpy>=1.0, <2.0',
'pandas>=1.0, <2.0',
'appdirs>1',
'fastparquet>0.5',
]
Expand Down

0 comments on commit 823d009

Please sign in to comment.