openai / gym-http-api

API to access OpenAI Gym from other languages via HTTP
MIT License
293 stars 142 forks source link

binding-rust: remove openssl dependencies #68

Open davidB opened 6 years ago

davidB commented 6 years ago

hyper 0.9.x depends of openssl by default, and it can failed to compile if openssl dev lib is not installed. As ssl is not used by gym-http server, then remove openssl as transitive dependency.

davidB commented 6 years ago

should fixe #55

davidB commented 6 years ago

the travis build failed, but it doesn't seem related to PR, but to the server code.