Skip to content

Commit

Permalink
Merge pull request #318 from MarcCote/fix_cffi
Browse files Browse the repository at this point in the history
Revert changes regarding cffi
  • Loading branch information
MarcCote committed May 31, 2023
2 parents 95cafe3 + b35b237 commit 751efad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements-full.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# 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: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# 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.4rc5'
__prerelease__ = '1.5.4rc6'

0 comments on commit 751efad

Please sign in to comment.