Skip to content

Commit

Permalink
Custom pypi dependencies type (prefix-dev#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruben-arts authored Nov 20, 2023
1 parent f05e56f commit 9fae00b
Show file tree
Hide file tree
Showing 5 changed files with 22,661 additions and 24,648 deletions.
6 changes: 3 additions & 3 deletions examples/pypi/pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ python = "~=3.11.0"
numpy = "*"

[pypi-dependencies]
pyboy = "1.6.6"
tensorflow = "2.14.0"
flask = "3.0.0"
pyboy = "==1.6.6"
tensorflow = "==2.14.0"
flask = "*"
black = "~=23.10"
Loading

0 comments on commit 9fae00b

Please sign in to comment.