Skip to content

Commit 0322dce

Browse files
committed
Update environment.yml
1 parent cfd4c41 commit 0322dce

File tree

1 file changed

+34
-42
lines changed

1 file changed

+34
-42
lines changed

environment.yml

+34-42
Original file line numberDiff line numberDiff line change
@@ -4,50 +4,42 @@ channels:
44
- defaults
55
dependencies:
66
- graphviz
7-
- imageio=2.6.1
8-
- ipython=7.10.1
9-
- ipywidgets=7.5.1
10-
- joblib=0.14.0
11-
- jupyter=1.0.0
12-
- matplotlib=3.1.2
13-
- nbdime=1.1.0
14-
- nltk=3.4.4
15-
- numexpr=2.7.0
16-
- numpy=1.17.3
17-
- pandas=0.25.3
18-
- pillow=6.2.1
19-
- pip=19.3.1
7+
- imageio=2.6
8+
- ipython=7.12
9+
- ipywidgets=7.5
10+
- joblib=0.14
11+
- jupyter=1.0
12+
- matplotlib=3.1
13+
- nbdime=2.0
14+
- nltk=3.4
15+
- numexpr=2.7
16+
- numpy=1.18
17+
- pandas=1.0
18+
- pillow=7.0
19+
- pip
20+
- psutil=5.7
2021
- py-xgboost=0.90
21-
- pydot=1.4.1
22-
- pyopengl=3.1.3b2
22+
- pydot=1.4
23+
- pyglet=1.5
24+
- pyopengl=3.1
2325
- python=3.7
2426
- python-graphviz
25-
- requests=2.22.0
26-
- scikit-image=0.16.2
27+
#- pyvirtualdisplay=0.2 # add if on headless server
28+
- requests=2.22
29+
- scikit-image=0.16
2730
- scikit-learn=0.22
28-
- scipy=1.3.1
29-
- tqdm=4.40.0
30-
- tensorboard=1.15.0
31-
- tensorflow=1.15.0 # or tensorflow-gpu if gpu
32-
- tensorflow-base=1.15.0
33-
- tensorflow-datasets=1.2.0
34-
- tensorflow-estimator=1.15.1
35-
- tensorflow-hub=0.7.0
36-
- tensorflow-metadata=0.14.0
37-
- tensorflow-probability=0.7
38-
- wheel=0.33.6
39-
- widgetsnbextension=3.5.1
31+
- scipy=1.4
32+
- tensorflow-base=1.15
33+
- tensorflow=1.15 # or tensorflow-gpu if you have a GPU
34+
- tensorboard=1.15
35+
- tensorflow-estimator=1.15
36+
- tqdm=4.43
37+
- wheel
38+
- widgetsnbextension=3.5
4039
- pip:
41-
- atari-py==0.2.6 # on Windows, use: pip install --no-index -f https://github.com/Kojoley/atari-py/releases atari_py
42-
- gym==0.15.4
43-
- opencv-python==4.1.2.30
44-
- psutil==5.6.7
45-
- pyglet==1.3.2
46-
- tensorflow-serving-api==1.15.0 # or tensorflow-serving-api-gpu if gpu
47-
- tf-agents==0.3.0rc0
48-
- urlextract==0.13.0
49-
- tensorflow-data-validation==0.15.0 # remove if on windows
50-
- tensorflow-model-analysis==0.15.4 # remove if on windows
51-
- tensorflow-transform==0.15.0 # remove if on windows
52-
- tfx==0.15.0 # remove if on windows
53-
#- pyvirtualdisplay # add if on headless server
40+
- atari-py==0.2.6
41+
- gast==0.2.2
42+
- gym==0.17.1
43+
- opencv-python==4.2.0.32
44+
- tensorflow-serving-api==1.15.0 # or tensorflow-serving-api-gpu if GPU
45+
- urlextract==0.14.0

0 commit comments

Comments
 (0)