Ted Scharff
Results
1
issues of
Ted Scharff
`setup.py` has: ```python install_requires=[ # fixed versions. 'fastavro==1.5.1', 'pandas>=1.1', # https://pandas.pydata.org/pandas-docs/version/1.1/getting_started/install.html#dependencies 'numpy>=1.15.4', ], ``` This causes a dependency resolution failure for me because I'm using another package that requires `fastavro>=1.5.4`....