提交 3d57ad57 编写于 作者: N niuyazhe

style(nyz): update requests and urllib3 version

上级 eb483fa6
- [ ] I have marked all applicable categories:
+ [ ] exception-raising bug
+ [ ] RL algorithm bug
+ [ ] system worker bug
+ [ ] system utils bug
+ [ ] code design/refactor
+ [ ] documentation request
+ [ ] new feature request
- [ ] I have visited the [readme](https://github.com/opendilab/DI-engine/blob/github-dev/README.md) and [doc]()
- [ ] I have searched through the [issue tracker](https://github.com/opendilab/DI-engine/issues) and [pr tracker](https://github.com/opendilab/DI-engine/pulls)
- [ ] I have mentioned version numbers, operating system and environment, where applicable:
```python
import ding, torch, sys
print(ding.__version__, torch.__version__, sys.version, sys.platform)
```
......@@ -45,7 +45,7 @@ setup(
python_requires=">=3.6",
install_requires=[
'numpy>=1.10',
'requests~=2.24.0',
'requests>=2.25.1',
'six',
'gym>=0.15.3', # pypy incompatible
'torch>=1.3.1,<=1.8.0',
......@@ -62,7 +62,7 @@ setup(
'sortedcontainers',
'click==7.1.2',
'URLObject~=2.4.3',
'urllib3==1.25.10',
'urllib3>=1.26.5',
'readerwriterlock',
'namedlist',
'opencv-python', # pypy incompatible
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册