Skip to content

Commit

Permalink
[fix] update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
themattinthehatt committed Jun 27, 2024
1 parent 493a75b commit bab5bc9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,18 @@ def get_version(rel_path):
# basic requirements
install_requires = [
'ipykernel',
'jax',
'jaxlib',
'matplotlib',
'numpy',
'opencv-python',
'optax',
'pandas',
'scikit-learn',
'scipy>=1.2.0',
'sleap_io',
'tqdm',
'typing',
'sleap_io',
'jax',
'jaxlib',
]

# additional requirements
Expand Down

0 comments on commit bab5bc9

Please sign in to comment.