Skip to content

Commit

Permalink
Update Pipfile and pipenv packages
Browse files Browse the repository at this point in the history
Update the base Pipfile to use any Python and packages to pick the latest versions. Using whatever was the latest for Python 3.10 for the lock file.
  • Loading branch information
wenzeslaus committed Jan 15, 2025
1 parent 9c4a7dd commit 02d4d15
Show file tree
Hide file tree
Showing 2 changed files with 820 additions and 564 deletions.
6 changes: 3 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ verify_ssl = true
pytest = "*"
pylint = "*"
flake8 = "*"
black = "~=22.1"
black = "*"
pytest-datadir = "*"
matplotlib = "*"
seaborn = "==0.11.0"
seaborn = "*"

[packages]
popsborder = {editable = true, path = "."}

[requires]
python_version = "3.8"
python_version = "*"
Loading

0 comments on commit 02d4d15

Please sign in to comment.