Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Making it latest as some dependencies mess up with python > 3.9
  • Loading branch information
hariharan-devarajan committed Aug 13, 2024
1 parent 33ec34e commit 4bf0a81
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@
"pytest",
]
core_deps = [
"Pillow~=9.3.0",
"PyYAML~=6.0.0",
"h5py~=3.11.0",
"mpi4py~=3.1.4",
"numpy~=1.23.5",
"omegaconf~=2.2.0",
"pandas~=1.5.1",
"psutil~=5.9.8",
"Pillow>=9.3.0",
"PyYAML>=6.0.0",
"h5py>=3.11.0",
"mpi4py>=3.1.4",
"numpy>=1.23.5",
"omegaconf>=2.2.0",
"pandas>=1.5.1",
"psutil>=5.9.8",
"pydftracer==1.0.2",
]
x86_deps = [
f"hydra-core=={HYDRA_VERSION}",
f"hydra-core>={HYDRA_VERSION}",
"nvidia-dali-cuda110>=1.34.0",
"tensorflow>=2.11.0",
"torch>=2.2.0",
Expand Down

0 comments on commit 4bf0a81

Please sign in to comment.