diff --git a/pyproject.toml b/pyproject.toml index 2add6a0..0351422 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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', @@ -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',