Skip to content

Commit 33382b3

Browse files
committed
updated env specs
1 parent f4c4eee commit 33382b3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ dependencies:
1212
- pandas>=1.3.5
1313
- pip>=22.0.4
1414
- python>=3.9.12
15-
- pytorch>=1.8.1
15+
- pytorch==1.9.0
1616
- scikit-learn>=1.0.2
1717
- scipy>=1.7.3
1818
- setuptools>=62.0.0
19-
- torchvision>=0.9.1
19+
- torchvision==0.9.1
2020
- tqdm>=4.64.0
2121
- pip:
2222
- jinja2==3.1.1

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ scikit-learn>=1.0.2
1313
scipy>=1.7.3
1414
syft==0.5.1
1515
torch>=1.8.1
16-
torchvision>=0.9.1
16+
torchvision==0.9.1
1717
tqdm>=4.64.0

0 commit comments

Comments
 (0)