Skip to content

Commit 7a4c207

Browse files
committed
Bumped TF version; Adjusted package version in setup.
1 parent a5b4912 commit 7a4c207

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
numpy==1.19.5
1+
numpy==1.23.0
22
Box2D
33
gym==0.24.0
44
mujoco
5-
tensorflow==2.4.2
5+
tensorflow==2.9.1
66
mpi4py==3.1.3
77
tqdm
88
simplejson

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='angorapy',
9-
version='0.7.1',
9+
version='0.8.0',
1010
description='ANthropomorphic Goal-ORiented Modeling, Learning and Analysis for Neuroscience',
1111
long_description=long_description,
1212
url='https://github.com/ccnmaastricht/dexterous-robot-hand',
@@ -16,11 +16,11 @@
1616
packages=find_packages(),
1717
include_package_data=True,
1818
install_requires=[
19-
"numpy==1.19.5",
19+
"numpy==1.23.0",
2020
"Box2D",
2121
"gym==0.24.0",
2222
"mujoco",
23-
"tensorflow==2.4.2",
23+
"tensorflow==2.9.1",
2424
"mpi4py==3.1.3",
2525
"tqdm",
2626
"simplejson",

0 commit comments

Comments
 (0)