Skip to content

Commit

Permalink
fix pins
Browse files Browse the repository at this point in the history
  • Loading branch information
dakinggg committed Nov 16, 2023
1 parent 017491a commit 0589e74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@
]

extra_deps['databricks'] = [
'mosaicml[databricks]',
'mosaicml[databricks]>=0.17,<0.18',
]

extra_deps['tensorboard'] = [
'mosaicml[tensorboard]>=0.16.1,<0.17',
'mosaicml[tensorboard]>=0.17,<0.18',
]

extra_deps['gpu'] = [
Expand Down

0 comments on commit 0589e74

Please sign in to comment.