Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
torzdf committed Mar 12, 2024
1 parent 7a16f75 commit 23944c3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
16 changes: 8 additions & 8 deletions docs/sphinx_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ sphinx>=6.0.0,<7.0.0
sphinx_rtd_theme==1.2.2
tqdm==4.65
psutil==5.9.0
numexpr>=2.8.4
numpy>=1.25.0
opencv-python>=4.7.0.0
numexpr>=2.8.7
numpy>=1.26.0
opencv-python>=4.9.0.0
pillow==9.4.0
scikit-learn>=1.2.2
scikit-learn>=1.3.0
fastcluster>=1.2.6
matplotlib==3.7.1
imageio==2.31.1
imageio-ffmpeg==0.4.8
matplotlib==3.8.0
imageio==2.33.1
imageio-ffmpeg==0.4.9
ffmpy==0.3.0
nvidia-ml-py>=11.525,<11.526
nvidia-ml-py>=12.535,<12.536
pytest==7.2.0
pytest-mock==3.10.0
tensorflow>=2.10.0,<2.11.0
16 changes: 8 additions & 8 deletions requirements/_requirements_base.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
tqdm>=4.65
psutil>=5.9.0
numexpr>=2.8.4
numpy>=1.25.0
opencv-python>=4.7.0.0
numexpr>=2.8.7
numpy>=1.26.0
opencv-python>=4.9.0.0
pillow>=9.4.0,<10.0.0
scikit-learn>=1.2.2
scikit-learn>=1.3.0
fastcluster>=1.2.6
matplotlib>=3.7.1
imageio>=2.26.0
imageio-ffmpeg>=0.4.8
matplotlib>=3.8.0
imageio>=2.33.1
imageio-ffmpeg>=0.4.9
ffmpy>=0.3.0
pywin32>=228 ; sys_platform == "win32"
pywin32>=305 ; sys_platform == "win32"
2 changes: 1 addition & 1 deletion requirements/requirements_nvidia.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-r _requirements_base.txt
# Exclude badly numbered Python2 version of nvidia-ml-py
nvidia-ml-py>=11.525,<300
nvidia-ml-py>=12.535,<300
pynvx==1.0.0 ; sys_platform == "darwin"
tensorflow>=2.10.0,<2.11.0

0 comments on commit 23944c3

Please sign in to comment.