Skip to content

Commit

Permalink
update setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jackaraz committed Jul 13, 2023
1 parent e952e07 commit 7db4988
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions requirements.txt

This file was deleted.

6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@
with open("README.md", mode="r", encoding="utf-8") as f:
long_description = f.read()

with open("requirements.txt", mode="r", encoding="UTF-8") as f:
requirements = f.read()
requirements = [x for x in requirements.split("\n") if x != ""]

with open("src/spey_pyhf/_version.py", mode="r", encoding="UTF-8") as f:
version = f.readlines()[-1].split()[-1].strip("\"'")

requirements = ["pyhf==0.7.0", "spey>=0.1.0"]

docs = [
"sphinx>=6.1.3",
"sphinxcontrib-bibtex~=2.1",
Expand Down

0 comments on commit 7db4988

Please sign in to comment.