Skip to content

Commit

Permalink
CTX-6422: Changes regarding updating pyproject.toml and pipfile with …
Browse files Browse the repository at this point in the history
…versions (limits) of what works for coretexpylib (experiment templates and coretexjobs env setup tested).
  • Loading branch information
Bogdan Tintor committed Aug 19, 2024
1 parent d39a7f0 commit c8934ce
Show file tree
Hide file tree
Showing 3 changed files with 144 additions and 149 deletions.
3 changes: 1 addition & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"

[packages]
requests = ">=2.32.3"
requests = ">=2.28.0"
inflection = ">=0.5.1"
pillow = "10.2.0"
numpy = "<2"
Expand All @@ -20,7 +20,6 @@ pyyaml = ">=6.0.1"
click = ">=8.1.7"
tabulate = ">=0.9.0"
inquirer = ">=3.3.0"
docker = ">=7.1.0"
cryptography = ">=43.0.0"
pycryptodome = ">=3.20.0"
onnxruntime = ">=1.16.3"
Expand Down
Loading

0 comments on commit c8934ce

Please sign in to comment.