Skip to content

Commit b8fec66

Browse files
Updated the vantage6 version to 5.0.0a17
1 parent 0272674 commit b8fec66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
vantage6-algorithm-tools==5.0.0a9
1+
vantage6-algorithm-tools==5.0.0a17
22
pandas

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
url="https://github.com/vantage6/v6-session-basics",
2020
packages=find_packages(),
2121
python_requires=">=3.10",
22-
install_requires=["vantage6-algorithm-tools==5.0.0a9", "pandas"],
22+
install_requires=["vantage6-algorithm-tools==5.0.0a17", "pandas"],
2323
)

0 commit comments

Comments
 (0)