File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- numpy == 1.19.5
1
+ numpy == 1.23.0
2
2
Box2D
3
3
gym == 0.24.0
4
4
mujoco
5
- tensorflow == 2.4.2
5
+ tensorflow == 2.9.1
6
6
mpi4py == 3.1.3
7
7
tqdm
8
8
simplejson
Original file line number Diff line number Diff line change 6
6
7
7
setup (
8
8
name = 'angorapy' ,
9
- version = '0.7.1 ' ,
9
+ version = '0.8.0 ' ,
10
10
description = 'ANthropomorphic Goal-ORiented Modeling, Learning and Analysis for Neuroscience' ,
11
11
long_description = long_description ,
12
12
url = 'https://github.com/ccnmaastricht/dexterous-robot-hand' ,
16
16
packages = find_packages (),
17
17
include_package_data = True ,
18
18
install_requires = [
19
- "numpy==1.19.5 " ,
19
+ "numpy==1.23.0 " ,
20
20
"Box2D" ,
21
21
"gym==0.24.0" ,
22
22
"mujoco" ,
23
- "tensorflow==2.4.2 " ,
23
+ "tensorflow==2.9.1 " ,
24
24
"mpi4py==3.1.3" ,
25
25
"tqdm" ,
26
26
"simplejson" ,
You can’t perform that action at this time.
0 commit comments