Skip to content

Commit

Permalink
feat: pypi solve groups (#802)
Browse files Browse the repository at this point in the history
This enables solve-groups for pypi.

I also took a stab at cleaning up the code a bit. I moved different
types to separate files to group things together a little bit.

---------

Co-authored-by: Ruben Arts <ruben.arts@hotmail.com>
  • Loading branch information
baszalmstra and ruben-arts committed Feb 13, 2024
1 parent 5f7cdff commit 5b3dd4d
Show file tree
Hide file tree
Showing 22 changed files with 2,591 additions and 1,844 deletions.
79 changes: 30 additions & 49 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ dunce = "1.0.4"
flate2 = "1.0.28"
futures = "0.3.30"
human_bytes = "0.4.3"
humantime = "2.1.0"
indexmap = { version = "2.2.2", features = ["serde"] }
indicatif = "0.17.7"
insta = { version = "1.34.0", features = ["yaml"] }
Expand Down
2 changes: 1 addition & 1 deletion examples/polarify/pixi.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "polarify-use-case"
channels = ["conda-forge"]
platforms = ["linux-64", "osx-arm64", "osx-64", "win-64"]
platforms = ["linux-64", "osx-arm64", "osx-64"]

[tasks]
postinstall = "pip install --no-build-isolation --no-deps --disable-pip-version-check -e ."
Expand Down
Loading

0 comments on commit 5b3dd4d

Please sign in to comment.