Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Commit

Permalink
fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rjdbcm committed Nov 7, 2021
1 parent ea4449f commit f8349f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ verify_ssl = true
name = "pypi"

[packages]
pyrsistent = "*"
numpy = "*"
cython = "*"
pyparsing = "*"
pytest = "*"
future = "*"
hypothesis = "*"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[build-system]
requires = ["setuptools", "wheel", "Cython", "pyparsing", "numpy", "pyrsistent", "pytest", "future"]
requires = ["setuptools", "wheel", "Cython", "numpy", "pytest", "future"]

0 comments on commit f8349f8

Please sign in to comment.