Skip to content

Commit

Permalink
Merge pull request #316 from MarcCote/fix_cffi_deps
Browse files Browse the repository at this point in the history
Remove cffi in requirements*.txt since already specified in setup_require
  • Loading branch information
MarcCote committed May 31, 2023
2 parents 2f7f949 + 6f1fb1e commit 4a387b7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion requirements-full.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Main dependencies
numpy>=1.14.5
tqdm>=4.17.1
cffi>=1.0.0
networkx>=2
more_itertools
tatsu>=4.3.0,<5
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Main dependencies
numpy>=1.14.5
tqdm>=4.17.1
cffi>=1.0.0
networkx>=2
more_itertools
tatsu>=4.3.0,<5
Expand Down
2 changes: 1 addition & 1 deletion textworld/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '1.5.4'
__prerelease__ = '1.5.4rc3'
__prerelease__ = '1.5.4rc4'

0 comments on commit 4a387b7

Please sign in to comment.