Skip to content

Commit

Permalink
specify protobuf version for python
Browse files Browse the repository at this point in the history
  • Loading branch information
pgawlowicz committed May 9, 2023
1 parent f8638f2 commit 72996bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions model/ns3gym/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pyzmq
numpy
protobuf
gym
protobuf==3.20.4
gym
2 changes: 1 addition & 1 deletion model/ns3gym/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ def readme():
description='OpenAI Gym meets ns-3',
long_description='OpenAI Gym meets ns-3',
keywords='openAI gym, ML, RL, ns-3',
install_requires=['pyzmq', 'numpy', 'protobuf', 'gym'],
install_requires=['pyzmq', 'numpy', 'protobuf==3.20.4', 'gym'],
extras_require={},
)

0 comments on commit 72996bb

Please sign in to comment.