Skip to content

Commit

Permalink
fix: Set pyyaml<5.4.0. Update webdriver_manager==4.0.0 (#85)
Browse files Browse the repository at this point in the history
* fix: set pyyaml dependency <5.4.0
* fix: update webdriver_manager dependency to 4.0.0
  • Loading branch information
sqr00t authored Sep 6, 2023
1 parent 456b6fc commit 8360383
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ python_requires = >=3.8
install_requires =
numpy==1.23.4
pandas==1.5.1
pyyaml==6.0
pyyaml<5.4.0
scipy==1.9.3
pyarrow==10.0.0
[options.extras_require]
Expand All @@ -25,7 +25,7 @@ viz =
altair-saver==0.5.0
matplotlib==3.6.2
selenium==4.2.0
webdriver_manager==3.8.4
webdriver_manager==4.0.0
networks =
networkx==2.8.8
nlp =
Expand Down

0 comments on commit 8360383

Please sign in to comment.