Skip to content

Commit

Permalink
Merge pull request #251 from bogdant36/CTX-6422
Browse files Browse the repository at this point in the history
CTX-6422: pyproject.toml and pipfile version limits update
  • Loading branch information
dule1322 authored Aug 20, 2024
2 parents 5c4ba75 + c26ba7a commit 779d310
Show file tree
Hide file tree
Showing 3 changed files with 355 additions and 356 deletions.
37 changes: 18 additions & 19 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,26 @@ verify_ssl = true
name = "pypi"

[packages]
requests = "*"
inflection = "*"
requests = ">=2.28.0"
inflection = ">=0.5.1"
pillow = "10.2.0"
numpy = "<2"
scikit-image = "*"
shapely = "*"
typed-argument-parser = "*"
typing-extensions = "*"
psutil = "*"
py3nvml = "*"
watchdog = "*"
gitpython = "*"
pyyaml = "*"
click = "*"
tabulate = "*"
inquirer = "*"
docker = "*"
cryptography = "*"
pycryptodome = "*"
onnxruntime = "*"
ezkl = "*"
scikit-image = ">=0.21.0"
shapely = ">=2.0.5"
typed-argument-parser = ">=1.10.1"
typing-extensions = ">=4.12.2"
psutil = ">=6.0.0"
py3nvml = ">=0.2.7"
watchdog = ">=4.0.1"
gitpython = ">=3.1.43"
pyyaml = ">=6.0.1"
click = ">=8.1.7"
tabulate = ">=0.9.0"
inquirer = ">=3.3.0"
cryptography = ">=43.0.0"
pycryptodome = ">=3.20.0"
onnxruntime = ">=1.16.3"
ezkl = ">=12.0.1"

[dev-packages]
mypy = "*"
Expand Down
Loading

0 comments on commit 779d310

Please sign in to comment.