Skip to content

Commit

Permalink
fix requirements format
Browse files Browse the repository at this point in the history
  • Loading branch information
alecglen committed Aug 16, 2024
1 parent bcfffc9 commit b78044b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,6 @@ cython_debug/

# Mac local files
.DS_Store

# Dev
scratch.ipynb
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, <2
pandas>1, <2
numpy>=1.0,<=2.0
pandas>=1.0,<=2.0

0 comments on commit b78044b

Please sign in to comment.