Skip to content

Commit 54601f5

Browse files
authored
specify package versions
1 parent af08bca commit 54601f5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

requirements.txt

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
torch
2-
numpy
3-
normflows
4-
vegas
5-
mpmath
1+
torch==2.4.1
2+
numpy==2.0.2
3+
normflows==1.7.3
4+
vegas==6.1.3
5+
mpmath==1.3.0
66
matplotlib
7-
tqdm
8-
absl-py
9-
beautifulsoup4
10-
pandas
7+
tqdm==4.67.1
8+
absl-py==2.1.0
9+
beautifulsoup4==4.12.3
10+
pandas==2.2.3

0 commit comments

Comments
 (0)