Skip to content

Commit

Permalink
references deep-compute#113, upgraded other dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
prashanthellina committed Jan 7, 2023
1 parent d6bdff6 commit e02582c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ def get_long_description():
"pytz>2018.3",
"six>=1.11.0",
"structlog==18.1.0",
"colorama==0.3.9",
"colorama>=0.3.9",
"deeputil>=0.2.7",
"PyYAML==6.0"
"PyYAML>=6.0"
],
package_dir={"basescript": "basescript"},
packages=find_packages(".", exclude=["tests*"]),
Expand Down

0 comments on commit e02582c

Please sign in to comment.