Skip to content

Commit

Permalink
🔧 build(env): Change packages version limits
Browse files Browse the repository at this point in the history
  • Loading branch information
KarhouTam committed Jul 20, 2024
1 parent 1241e7c commit e51f906
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 43 deletions.
37 changes: 24 additions & 13 deletions .environment/poetry.lock

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

28 changes: 14 additions & 14 deletions .environment/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,22 @@ priority = "primary"
[tool.poetry.dependencies]
python = ">=3.10, <3.12"
torch = "2.2.0"
torchvision = "0.17.0"
torchaudio = "2.2.0"
torchvision = "^0.17.0"
torchaudio = "^2.2.0"
rich = "13.7.1"
numpy = "1.26.4"
pandas = "2.2.2"
visdom = "0.2.4"
Pillow = "10.3.0"
scipy = "1.13.1"
matplotlib = "3.9.0"
scikit-learn = "1.5.0"
faiss-cpu = "1.7.4"
pynvml = "11.5.0"
PyYAML = "6.0.1"
ray = "2.24.0"
tensorboard = "2.16.2"
cvxpy = "1.5.1"
pandas = "^2.2.2"
visdom = "^0.2.4"
Pillow = "^10.3.0"
scipy = "^1.13.1"
matplotlib = "^3.9.0"
scikit-learn = "^1.5.0"
faiss-cpu = "^1.7.4"
pynvml = "^11.5.0"
PyYAML = "^6.0.1"
ray = "^2.24.0"
tensorboard = "^2.16.2"
cvxpy = "^1.5.1"

[build-system]
requires = ["poetry-core"]
Expand Down
32 changes: 16 additions & 16 deletions .environment/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
torch~=2.2.0
rich~=13.7.1
torchvision~=0.17.0
torchaudio~=2.2.0
numpy~=1.26.4
visdom~=0.2.4
Pillow~=10.3.0
scipy~=1.13.1
pandas~=2.2.2
matplotlib~=3.9.0
faiss-cpu~=1.7.4
scikit-learn~=1.5.0
pynvml~=11.5.0
PyYAML~=6.0.1
ray[default]~=2.24.0
tensorboard~=2.16.2
cvxpy~=1.5.1
rich
torchvision
torchaudio
numpy<2.0
visdom
Pillow
scipy
pandas
matplotlib
faiss-cpu
scikit-learn
pynvml
PyYAML
ray[default]
tensorboard
cvxpy

0 comments on commit e51f906

Please sign in to comment.