Skip to content

Commit 88cf538

Browse files
committed
Updated requirements.txt and setup.py dependency versions
1 parent 6226e59 commit 88cf538

File tree

2 files changed

+32
-31
lines changed

2 files changed

+32
-31
lines changed

requirements.txt

+16-16
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
foolbox
2-
scipy>=1.5.4
3-
numpy>=1.19.5
4-
cython>=0.29.5
5-
torch==1.9.0
6-
torchvision==0.10.0
7-
tensorboardX==2.2
8-
tqdm>=4.60.0
9-
setuptools>=39.0.1
10-
matplotlib>=2.1.0
11-
gym>=0.10.4
12-
scikit-build>=0.11.0
13-
scikit_image>=0.13.1
14-
scikit_learn>=0.19.1
15-
opencv-python>=3.4.0.12
16-
pytest>=3.4.0
17-
pandas>=0.23.4
2+
scipy>=1.14.1
3+
numpy>=2.1.0
4+
cython>=3.0.11
5+
torch==2.4.0
6+
torchvision==0.19.0
7+
tensorboardX==2.6.2.2
8+
tqdm>=4.66.5
9+
setuptools>=74.1.1
10+
matplotlib>=3.9.2
11+
gym>=0.26.2
12+
scikit-build>=0.18.0
13+
scikit_image>=0.24.0
14+
scikit_learn>=1.5.1
15+
opencv-python>=4.10.0.84
16+
pytest>=8.3.2
17+
pandas>=2.2.2
1818
pre-commit
1919

setup.py

+16-15
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,21 @@
1616
packages=find_packages(),
1717
zip_safe=False,
1818
install_requires=[
19-
"numpy>=1.19.5",
20-
"torch==1.9.0",
21-
"torchvision==0.10.0",
22-
"tensorboardX==2.2",
23-
"tqdm>=4.60.0",
24-
"matplotlib>=2.1.0",
25-
"gym>=0.10.4",
26-
"scikit-build>=0.11.1",
27-
"scikit_image>=0.13.1",
28-
"scikit_learn>=0.19.1",
29-
"opencv-python>=3.4.0.12",
30-
"pytest>=6.2.0",
31-
"scipy>=1.5.4",
32-
"cython>=0.29.0",
33-
"pandas>=0.23.4",
19+
"scipy>=1.14.1,"
20+
"numpy>=2.1.0,"
21+
"cython>=3.0.11,"
22+
"torch==2.4.0,"
23+
"torchvision==0.19.0,"
24+
"tensorboardX==2.6.2.2,"
25+
"tqdm>=4.66.5,"
26+
"setuptools>=74.1.1,"
27+
"matplotlib>=3.9.2,"
28+
"gym>=0.26.2,"
29+
"scikit-build>=0.18.0,"
30+
"scikit_image>=0.24.0,"
31+
"scikit_learn>=1.5.1,"
32+
"opencv-python>=4.10.0.84,"
33+
"pytest>=8.3.2,"
34+
"pandas>=2.2.2,"
3435
],
3536
)

0 commit comments

Comments
 (0)