Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #209 from ess-dmsc/208_move_cx_freeze_version
Browse files Browse the repository at this point in the history
208: Move requirements forward
  • Loading branch information
rerpha authored Apr 29, 2019
2 parents 0c0c63d + 522f630 commit 91a8223
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
attrs==18.2.0
PySide2==5.12.2
pytest==4.3.0
pytest-cov==2.6.1
h5py==2.8.0
flake8==3.5.0
cx_Freeze==5.1.1
# In general libraries should not be pinned to specific versions
attrs
pytest
pytest-cov
h5py
flake8
git+https://github.com/ess-dmsc/python-nexus-utilities@6f5d2c7f1ca66063227aad2a111a2cc567d573f6#egg=nexusutils
jsonschema==2.6.0
numpy-stl==2.7.0
jsonschema
numpy-stl
pre-commit
pint

# cx_Freeze is used for packaging, the pypi version does not have a fix for Python 3.7 on Windows 10 (https://github.com/anthony-tuininga/cx_Freeze/issues/407)
git+https://github.com/anthony-tuininga/cx_Freeze.git@master

# PySide2 has had some issues with new versions and packaging so we will pin it
PySide2==5.12.2

0 comments on commit 91a8223

Please sign in to comment.