split requirements.txt into gpt2, markov, and base reqs
This commit is contained in:
parent
960061b92b
commit
6b97f6cbff
4 changed files with 13 additions and 6 deletions
6
requirements/gpt2.txt
Normal file
6
requirements/gpt2.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
fire ~= 0.1.3
|
||||
# this package claims perpetual backwards compatibility with the "re" module so we allow any version
|
||||
regex
|
||||
requests ~= 2.0
|
||||
tqdm ~= 4.0
|
||||
toposort ~= 1.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue