Skip to content

Commit

Permalink
chore(deps): Update smart_open to use braingeneers version
Browse files Browse the repository at this point in the history
  • Loading branch information
lsetiawan authored Oct 7, 2023
1 parent 1dfdfc1 commit 93c0faf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ all = [
]
data = [
'h5py',
'smart_open @ git+https://github.com/davidparks21/smart_open.git@develop', # 'smart_open>=5.1.0', the hash version fixes the bytes from-to range header issue.
'braingeneers-smart-open==2023.10.6', # 'smart_open>=5.1.0', the hash version fixes the bytes from-to range header issue.
'awswrangler==3.*',
'pandas',
'nptyping',
Expand All @@ -72,7 +72,7 @@ analysis = [
'matplotlib',
# Both of these dependencies are required for read_phy_files
'awswrangler==3.*',
'smart_open @ git+https://github.com/davidparks21/smart_open.git@develop', # 'smart_open>=5.1.0', the hash version fixes the bytes from-to range header issue.
'braingeneers-smart-open==2023.10.6', # 'smart_open>=5.1.0', the hash version fixes the bytes from-to range header issue.
]
ml = [
'torch',
Expand Down

0 comments on commit 93c0faf

Please sign in to comment.