Skip to content

Commit

Permalink
actually fix requirements format
Browse files Browse the repository at this point in the history
  • Loading branch information
alecglen committed Aug 16, 2024
1 parent b78044b commit f78bae4
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, <2'
'pandas>1, <2',
'numpy>=1.0, <=2.0',
'pandas>=1.0, <=2.0',
'appdirs>1',
'fastparquet>0.5',
]
Expand Down

0 comments on commit f78bae4

Please sign in to comment.