Skip to content

Commit

Permalink
docs: update package readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fabclmnt committed Jan 17, 2025
1 parent c097d2f commit aa7e5f1
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,27 +1,33 @@
scipy>=1.4.1, <1.14
scipy>=1.4.1, <1.16
pandas>1.1, <3, !=1.4.0
matplotlib>=3.5, <3.10
matplotlib>=3.5, <3.9
pydantic>=2
PyYAML>=5.0.0, <6.1
jinja2>=2.11.1, <3.2
visions[type_image_path]>=0.7.5, <0.7.7
visions[type_image_path]>=0.7.5, <0.8.0
numpy>=1.16.0, <2.2

# Could be optional
# Related to HTML report
htmlmin==0.1.12

# Correlations
phik>=0.11.1,<0.13

# Examples
requests>=2.24.0, <3

# Progress bar
tqdm>=4.48.2, <5
seaborn>=0.10.1, <0.14
multimethod>=1.4, <2

# metrics
statsmodels>=0.13.2, <1

# type checking
typeguard>=3, <5
imagehash==4.3.1
wordcloud>=1.9.3
dacite>=1.8
numba>=0.56.0, <1
#numba>=0.56.0, <1

0 comments on commit aa7e5f1

Please sign in to comment.