Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Fix hardcoding of Python version to 3.6 #788

Merged
merged 13 commits into from Sep 4, 2019
2 changes: 1 addition & 1 deletion environment.yml
@@ -1,6 +1,6 @@
name: Qiskitenv
dependencies:
- python==3.6
- python>=3.5
- pip=18
- matplotlib
- notebook
Expand Down