Skip to content

Commit 6b542c8

Browse files
🐛 frozendict 2.2 on Python 3.6 segfaults (vaexio#1856)
See Marco-Sulla/python-frozendict#48
1 parent ee09761 commit 6b542c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vaex-core/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
install_requires_core = ["numpy>=1.16", "aplus", "tabulate>=0.8.3",
3030
"future>=0.15.2", "pyyaml", "progressbar2",
3131
"requests", "six", "cloudpickle", "pandas", "dask",
32-
"nest-asyncio>=1.3.3", "pyarrow>=3.0", "frozendict",
32+
"nest-asyncio>=1.3.3", "pyarrow>=3.0", "frozendict!=2.2.0",
3333
"blake3", "filelock", "pydantic>=1.8.0", "rich",
3434
]
3535
if sys.version_info[0] == 2:

0 commit comments

Comments
 (0)