Skip to content

Commit

Permalink
Changing setup.py to point to requirements_2018.txt seems to make som…
Browse files Browse the repository at this point in the history
…ething in RTD land unhappy. Since we're using the 2018 model for the meantime, let's just make the 'ideal' requirements.txt the one with the funny name and make what was _2018 the one with the standard name, and see what happens. (#36)

Co-authored-by: Jonathan Bloedow <[email protected]>
  • Loading branch information
jonathanhhb and Jonathan Bloedow authored Dec 13, 2023
1 parent 9105bb7 commit 65fde28
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
emodpy~=1.16
emod-typhoid
emodpy==1.22.0.dev3
emod-api==1.31.0.dev1
emod-typhoid==0.0.5
3 changes: 0 additions & 3 deletions requirements_2018.txt

This file was deleted.

2 changes: 2 additions & 0 deletions requirements_future.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
emodpy~=1.16
emod-typhoid
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_2018.txt') as requirements_file:
with open('requirements.txt') as requirements_file:
requirements = requirements_file.read().split("\n")

setuptools.setup(
Expand Down

0 comments on commit 65fde28

Please sign in to comment.