Skip to content

Commit

Permalink
kloppy 3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
UnravelSports [JB] committed Jan 26, 2025
1 parent 08e79c3 commit ce14e38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
numpy==1.26.4
spektral==1.2.0
kloppy==3.15.0
kloppy==3.16.0
tensorflow>=2.14.0; platform_machine != 'arm64' or platform_system != 'Darwin'
tensorflow-macos>=2.14.0; platform_machine == 'arm64' and platform_system == 'Darwin'
keras==2.14.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def read_version():
python_requires="~=3.11",
install_requires=[
"spektral==1.2.0",
"kloppy==3.15.0",
"kloppy==3.16.0",
"tensorflow>=2.14.0;platform_machine != 'arm64' or platform_system != 'Darwin'",
"tensorflow-macos>=2.14.0;platform_machine == 'arm64' and platform_system == 'Darwin'",
"keras==2.14.0",
Expand Down

0 comments on commit ce14e38

Please sign in to comment.