Skip to content

Commit

Permalink
Update certifi in env dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtavis committed Dec 10, 2022
1 parent cdc389e commit 948047d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ channels:
- defaults
dependencies:
- black=20.8b1
- certifi=2021.10.8
- defusedxml=0.7.1
- keras=2.6.0
- matplotlib=3.3.2
Expand All @@ -22,6 +21,7 @@ dependencies:
- xlrd=2.0.1
- pip:
- emoji==1.2.0
- certifi>=2022.12.7
- gensim>=3.8.0
- googletrans==4.0.0rc1
- ipython==7.31.1
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
black==20.8b1
certifi==2021.10.8
certifi>=2022.12.7
defusedxml==0.7.1
emoji==1.2.0
gensim>=3.8.0
Expand Down

0 comments on commit 948047d

Please sign in to comment.