File tree 2 files changed +19
-20
lines changed
2 files changed +19
-20
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ boto3==1.19.12
10
10
#Pinned versions: 1.19.12, 1.16.34
11
11
#test that import:
12
12
13
- click
13
+ click==8.1.7
14
14
#Description: Command Line Interface Creation Kit
15
- #Pinned versions:
15
+ #Pinned versions: 8.1.7
16
16
#test that import:
17
17
18
18
sympy==1.12.1
@@ -153,9 +153,9 @@ protobuf==3.20.2
153
153
#Pinned versions: 3.20.1
154
154
#test that import: test_tensorboard.py
155
155
156
- psutil
156
+ psutil==6.0.0
157
157
#Description: information on running processes and system utilization
158
- #Pinned versions:
158
+ #Pinned versions: 6.0.0
159
159
#test that import: test_profiler.py, test_openmp.py, test_dataloader.py
160
160
161
161
pytest==7.3.2
Original file line number Diff line number Diff line change 1
1
# Python dependencies required for development
2
- astunparse
3
- expecttest
4
- hypothesis
2
+ astunparse == 1.6.3
3
+ expecttest == 0.1.6
4
+ hypothesis == 5.35.1
5
5
numpy < 2
6
- psutil
7
- pyyaml
8
- requests
9
- setuptools
10
- types-dataclasses
11
- typing-extensions >= 4.8.0
6
+ psutil == 6.0.0
7
+ pyyaml == 6.0.1
8
+ requests == 2.32.3
9
+ types-dataclasses == 0.6.6
10
+ typing-extensions == 4.12.2
12
11
sympy <= 1.12.1
13
- filelock
14
- networkx
15
- jinja2
16
- fsspec
12
+ filelock == 3.13.1
13
+ networkx == 2.8.8
14
+ jinja2 == 3.1.2
15
+ fsspec == 2024.6.1
17
16
# setuptools was removed from default python install
18
- setuptools ; python_version >= "3.12"
19
- packaging
20
- optree > =0.9.1
17
+ setuptools == 69.5.1 ; python_version >= "3.12"
18
+ packaging == 24.1
19
+ optree = =0.9.1
You can’t perform that action at this time.
0 commit comments