Skip to content

Commit 5e0faa2

Browse files
committed
Upgrade to recent library versions
1 parent 84af0de commit 5e0faa2

File tree

1 file changed

+40
-39
lines changed

1 file changed

+40
-39
lines changed

environment.yml

Lines changed: 40 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -4,50 +4,51 @@ 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.5
15-
- numexpr=2.7.0
16-
- numpy=1.17.3
17-
- pandas=0.25.3
18-
- pillow=6.2.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
1919
- 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=2.0.0
31-
- tensorflow=2.0.0 # or tensorflow-gpu if gpu
32-
- tensorflow-datasets=1.2.0
33-
- tensorflow-estimator=2.0.0
34-
- tensorflow-hub=0.7.0
35-
- tensorflow-probability=0.7
31+
- scipy=1.4
32+
- tqdm=4.43
3633
- wheel
37-
- widgetsnbextension=3.5.1
34+
- widgetsnbextension=3.5
3835
- pip:
3936
- atari-py==0.2.6
40-
- gym==0.15.4
41-
- opencv-python==4.1.2.30
42-
- psutil==5.6.7
43-
- pyglet==1.3.2
44-
- tensorflow-addons==0.6.0
45-
- tensorflow-data-validation==0.15.0
46-
- tensorflow-metadata==0.15.1
47-
- tensorflow-model-analysis==0.15.4
48-
- tensorflow-serving-api==2.0.0 # or tensorflow-serving-api-gpu if gpu
49-
- tensorflow-transform==0.15.0
50-
- tf-agents==0.3.0rc0
51-
- tfx==0.15.0
52-
- urlextract==0.13.0
53-
#- pyvirtualdisplay # add if on headless server
37+
- gast==0.2.2
38+
- gym==0.17.1
39+
- opencv-python==4.2.0.32
40+
- tensorboard==2.1.1
41+
- tensorflow-addons==0.8.3
42+
- tensorflow-data-validation==0.21.5
43+
- tensorflow-datasets==2.1.0
44+
- tensorflow-estimator==2.1.0
45+
- tensorflow-hub==0.7.0
46+
- tensorflow-metadata==0.21.1
47+
- tensorflow-model-analysis==0.21.6
48+
- tensorflow-probability==0.9.0
49+
- tensorflow-serving-api==2.1.0 # or tensorflow-serving-api-gpu if gpu
50+
- tensorflow-transform==0.21.2
51+
- tensorflow==2.1.0 # or tensorflow-gpu if gpu
52+
- tf-agents==0.3.0
53+
- tfx==0.21.2
54+
- urlextract==0.14.0

0 commit comments

Comments
 (0)