Skip to content

Commit

Permalink
Merge pull request #24 from InstituteforDiseaseModeling/point_setup_t…
Browse files Browse the repository at this point in the history
…o_2018

Point setup to 2018 req file.
  • Loading branch information
shchen-idmod authored Nov 4, 2023
2 parents 2f46c97 + d911718 commit eb8e906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
long_description = fh.read()
ext_name = "emodpy_typhoid"

with open('requirements.txt') as requirements_file:
with open('requirements_2018.txt') as requirements_file:
requirements = requirements_file.read().split("\n")

setuptools.setup(
Expand Down

0 comments on commit eb8e906

Please sign in to comment.