Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bentaculum committed Nov 28, 2024
1 parent b6d231e commit 51b5ae8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ classifiers =
[options]
packages = find:
install_requires =
numpy<2
numpy
matplotlib
scipy
pandas
Expand All @@ -32,8 +32,8 @@ install_requires =
chardet
lightning
kornia>=0.7.0
# torch
# torchvision
torch
torchvision
lz4
imagecodecs>=2023.7.10
wandb
Expand All @@ -58,4 +58,4 @@ test =

[options.entry_points]
console_scripts =
trackastra = trackastra.cli:cli
trackastra = trackastra.cli:cli

0 comments on commit 51b5ae8

Please sign in to comment.