Skip to content

Commit d01523d

Browse files
committed
Updating Python version to 3.10
1 parent c366d14 commit d01523d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

environment.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ channels:
44
- anaconda
55
- conda-forge
66
dependencies:
7-
- python=3.8
7+
- python=3.10
88
- pip
99
- pip:
1010
- git+https://github.com/jicampos/hls4ml.git@qick#egg=hls4ml[profiling] # v0.8.1, fork with ZCU216 tcl scripts
11-
- numpy==1.20.3
11+
- numpy==1.23.5
12+
- keras==2.11.0
1213
- matplotlib
13-
- tensorflow
14+
- tensorflow
15+
- keras-tuner==1.4.6
1416
- qkeras==0.9.0
1517
- tqdm
1618
- h5py

0 commit comments

Comments
 (0)