Skip to content

Commit

Permalink
cryptography version up (#1285)
Browse files Browse the repository at this point in the history
* cryptography version up
  • Loading branch information
svetleo-evidently authored Sep 6, 2024
1 parent a0c8b2e commit fb3f7fc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
3 changes: 2 additions & 1 deletion requirements.min.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ iterative-telemetry==0.0.5
dynaconf==3.2.4
pyarrow==14.0.1
pyspark==3.4.0
fsspec[full]==2024.2.0
fsspec==2024.6.1
certifi==2024.7.4
urllib3==1.26.19
ujson==5.4.0
deprecation==2.1.0
cryptography==43.0.1

openai==1.16.2
evaluate==0.4.1
Expand Down
9 changes: 7 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,10 @@
"dynaconf>=3.2.4",
"certifi>=2024.7.4",
"urllib3>=1.26.19",
"fsspec>=2024.2.0",
"fsspec>=2024.6.1",
"ujson>=5.4.0",
"deprecation>=2.1.0",
"cryptography>=43.0.1",
],
extras_require={
"dev": [
Expand Down Expand Up @@ -102,7 +103,11 @@
"sentence-transformers>=2.7.0",
],
"spark": ["pyspark>=3.4.0"],
"fsspec": ["fsspec[full]>=2024.2.0"],
"fsspec": [
"s3fs>=2024.9.0",
"gcsfs>=2024.9.0",
# dependencies from fsspec[full]
],
},
entry_points={"console_scripts": ["evidently=evidently.cli:app"]},
)
Expand Down

0 comments on commit fb3f7fc

Please sign in to comment.