Skip to content

Commit

Permalink
Add set cover
Browse files Browse the repository at this point in the history
  • Loading branch information
squillero committed Sep 1, 2024
1 parent 475469d commit c8766f5
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 1,101 deletions.
8 changes: 4 additions & 4 deletions 2024-25/poetry.lock

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

13 changes: 7 additions & 6 deletions 2024-25/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@
requires = ["poetry-core>=1.0.0"]

[tool.poetry]
authors = ["Giovanni Squillero <[email protected]>"]
description = "Code and Notebook dependencies for Computational Intelligence (2023-24)"
license = "proprietary"
name = "ci"
version = "2023.1"
authors = ["Giovanni Squillero <[email protected]>"]
description = "Code and Notebook dependencies for Computational Intelligence (2023-24)"
license = "proprietary"
name = "ci"
version = "2023.1"
package-mode = false

[tool.poetry.dependencies]
black = { extras = ["yupyter"], version = "^22.12.0" }
Expand Down Expand Up @@ -41,7 +42,7 @@
profile = "black"

[tool.black]
target-version = ['py311']
target-version = ['py310']
extend-exclude = "^venv$"
include = '(\.ipynb$|\.py$)'
line-length = 120
Expand Down
Loading

0 comments on commit c8766f5

Please sign in to comment.