Skip to content

Commit

Permalink
Fix numpy/pandas version.
Browse files Browse the repository at this point in the history
  • Loading branch information
radekd91 committed Feb 11, 2023
1 parent 8779a2a commit 350e776
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda-environment_py38_cu11_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
- ninja=1.10.2
- notebook=6.3.0
- numba>=0.52.0
- pandas>=1.1.5
- pandas>=1.4.2
- pip>=21.2.4
- python=3.8
# - pytorch=1.9.1=py3.8_cuda11.1_cudnn8.0.5_0
Expand Down
2 changes: 1 addition & 1 deletion requirements38.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ matplotlib~=3.3.4
memory-profiler~=0.58.0
mmcv~=1.2.2
munch~=2.5.0
numpy~=1.19.5
numpy>=1.23.1
omegaconf~=2.0.6
onnx~=1.10.2
onnxruntime-gpu~=1.9.0
Expand Down

0 comments on commit 350e776

Please sign in to comment.