Skip to content

Commit

Permalink
remove pin requirements.txt versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jhollan committed Oct 6, 2022
1 parent 54fa9f2 commit 72a37ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.1.2"
VERSION = "0.1.3"
2 changes: 1 addition & 1 deletion src/snowcli/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def parseAnacondaPackages(packages: list[str]) -> dict:
for package in packages:
if package in channel_data['packages']:
snowflakePackages.append(
f'{package}=={channel_data["packages"][package]["version"]}')
f'{package}')
else:
click.echo(
f'"{package}" not found in Snowflake anaconda channel...')
Expand Down

0 comments on commit 72a37ae

Please sign in to comment.