Skip to content

Commit

Permalink
Release version 0.0.8 (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
durandtibo committed Aug 16, 2023
1 parent 62ffa3d commit 8093560
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "redcat"
version = "0.0.8a82"
version = "0.0.8"
description = "A library to manipulate batches of examples"
readme = "README.md"
authors = ["Thibaut Durand <durand.tibo+gh@gmail.com>"]
Expand Down Expand Up @@ -30,7 +30,7 @@ packages = [

[tool.poetry.dependencies]
# Core dependencies
coola = ">=0.0.19,<1.0"
coola = ">=0.0.20,<0.0.21"
numpy = ">=1.21,<1.26" # TODO: make optional
python = "^3.9"
torch = ">=1.11,<2.1" # TODO: make optional
Expand Down

0 comments on commit 8093560

Please sign in to comment.