Skip to content

Commit

Permalink
revert changes to requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhky committed Sep 23, 2022
1 parent 870b650 commit 85c7b77
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
# The short X.Y version.
version = '3.2'
# The full version, including alpha/beta/rc tags.
release = '3.2.1'
release = '3.2.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Cython>=0.29.0
numpy>=1.22.0
scipy>=1.6.0
numpy>=1.18.0
scipy>=1.4.0
tensornetwork>=0.4.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def install_requirements():


setup(name='pyqentangle',
version="3.2.1",
version="3.2.2",
description="Quantum Entanglement in Python",
long_description=package_description(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 85c7b77

Please sign in to comment.