Skip to content

Commit fe83af5

Browse files
committed
update versions in the conda env.yml
2 parents 27568fc + 6ff5623 commit fe83af5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

gGAN_env.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: gGAN-0.0.1
1+
name: gGAN_env
22
dependencies:
3-
- scipy
4-
- numpy
5-
- tensorflow
6-
- keras
7-
- pydot
8-
- graphviz
9-
- pandas
3+
- scipy=1.4.1
4+
- numpy=1.18.2
5+
- tensorflow=2.1.0
6+
- keras=2.3.1
7+
- pydot=1.4.1
8+
- graphviz=0.13.2
9+
- pandas=1.0.3
1010

0 commit comments

Comments
 (0)