Skip to content

Commit

Permalink
chore: bump py-rattler to 0.8.1 (#929)
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra authored Nov 5, 2024
1 parent 7b05fdf commit ccbfb88
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 23 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ regex = "1.11.1"
reqwest = { version = "0.12.9", default-features = false }
reqwest-middleware = "0.3.3"
reqwest-retry = "0.6.1"
resolvo = { version = "0.8.3" }
resolvo = { version = "0.8.4" }
retry-policies = { version = "0.4.0", default-features = false }
rmp-serde = { version = "1.3.0" }
rstest = { version = "0.23.0" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ Cannot solve the request because of: The following packages are incompatible
└─ xbar 1 would require
└─ xfoo >=2, which can be installed with any of the following options:
└─ xfoo 2
├─ constraint '==1' cannot be fulfilled
├─ the constraint xfoo ==1 cannot be fulfilled
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
---
source: crates/rattler_solve/tests/backends.rs
assertion_line: 711
expression: output
---
Cannot solve the request because of: The following packages are incompatible
├─ __cuda * can be installed with any of the following options:
│ └─ __cuda 1
└─ cuda-version * cannot be installed because there are no viable options:
└─ cuda-version 12.5 would constrain
└─ __cuda >=12.1 , which conflicts with any installable versions previously reported
└─ __cuda >=12.1, which conflicts with any installable versions previously reported
36 changes: 18 additions & 18 deletions py-rattler/Cargo.lock

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

2 changes: 1 addition & 1 deletion py-rattler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "py-rattler"
version = "0.8.0"
version = "0.8.1"
edition = "2021"
license = "BSD-3-Clause"
publish = false
Expand Down

0 comments on commit ccbfb88

Please sign in to comment.