Skip to content

Commit

Permalink
Bumped TF version; Adjusted package version in setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
weidler committed Jul 25, 2022
1 parent a5b4912 commit 7a4c207
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
numpy==1.19.5
numpy==1.23.0
Box2D
gym==0.24.0
mujoco
tensorflow==2.4.2
tensorflow==2.9.1
mpi4py==3.1.3
tqdm
simplejson
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='angorapy',
version='0.7.1',
version='0.8.0',
description='ANthropomorphic Goal-ORiented Modeling, Learning and Analysis for Neuroscience',
long_description=long_description,
url='https://github.com/ccnmaastricht/dexterous-robot-hand',
Expand All @@ -16,11 +16,11 @@
packages=find_packages(),
include_package_data=True,
install_requires=[
"numpy==1.19.5",
"numpy==1.23.0",
"Box2D",
"gym==0.24.0",
"mujoco",
"tensorflow==2.4.2",
"tensorflow==2.9.1",
"mpi4py==3.1.3",
"tqdm",
"simplejson",
Expand Down

0 comments on commit 7a4c207

Please sign in to comment.