Skip to content

Commit

Permalink
Added pyyaml to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
gadial committed Aug 22, 2023
1 parent d20ecc7 commit c7f6d49
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qiskit_ibm_experiment/VERSION.txt
@@ -1 +1 @@
0.3.4
0.3.5
3 changes: 2 additions & 1 deletion requirements.txt
Expand Up @@ -6,4 +6,5 @@ urllib3>=1.21.1
python-dateutil>=2.8.0
websocket-client>=1.0.1
typing-extensions>=4.0.0
pandas>=1.3.0
pandas>=1.3.0
pyyaml>=6.0.0
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -27,6 +27,7 @@
"python-dateutil>=2.8.0",
"typing-extensions>=4.0.0", # remove when support for Python 3.7 is dropped (use "from typing import" instead)
"pandas>=1.3.0",
"pyyaml>=6.0.0",
]

# Handle version.
Expand Down

0 comments on commit c7f6d49

Please sign in to comment.