Skip to content

Commit

Permalink
Remove version of vantage6 algorithm tools to install so that latest …
Browse files Browse the repository at this point in the history
…is installed
  • Loading branch information
bartvanb committed Feb 13, 2024
1 parent 780d387 commit 542d5f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion basics/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pandas
vantage6-algorithm-tools==4.2.1
vantage6-algorithm-tools
2 changes: 1 addition & 1 deletion basics/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
python_requires=">=3.6",
install_requires=[
"pandas",
"vantage6-algorithm-tools==4.2.1",
"vantage6-algorithm-tools",
],
)

0 comments on commit 542d5f9

Please sign in to comment.