browbeat/requirements.txt
yatinkarel 9327db1522 Pin numpy<2.0.0
New numpy-2.0.0 release not compatible with used
elasticsearch version, since elasticsearch is
pinned also need to add upper cap for numpy to
avoid the issue.
With numpy-2.0.0 it fails like:-
AttributeError: `np.float_` was removed in the NumPy 2.0 release.
Use `np.float64` instead.

Change-Id: I8fd5a52ffad24ca3d90c6169574f08ddedb801e4
2024-06-19 10:56:43 +05:30

22 lines
681 B
Plaintext

# to avoid dependency conflicts, try to use ranges, eventually banning a
# buggy minor version (!=) or capping (<) once you have proof it breaks.
ansible>=2.4.1
elasticsearch==7.13
numpy<2.0.0
pyrsistent==0.16.0;python_version<'3'
pyrsistent>=0.17.0;python_version>='3'
grafyaml>=0.0.7
openstacksdk
python-dateutil>=2.4.2
python-openstackclient==3.11.0;python_version<'3'
python-openstackclient>=3.11.0;python_version>='3'
pykwalify==1.7.0;python_version<'3'
pykwalify>=1.8.0;python_version>='3'
gspread==3.7.0;python_version<'3'
gspread>=4.0.0;python_version>='3'
oauth2client==1.4.1;python_version<'3'
oauth2client;python_version>='3'
gspread_formatting
pandas
gspread_dataframe