Skip to content

Commit

Permalink
remove the limitation in re
Browse files Browse the repository at this point in the history
  • Loading branch information
scarlehoff authored and RoyStegeman committed Mar 11, 2024
1 parent 616d4e7 commit 7702d2c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,8 @@ numpy = "*"
validobj = "*"
prompt_toolkit = "*"
frozendict = "*" # validphys: needed for caching of data loading
# Reportengine (and its dependencies) need to be installed in a bit more manual way
# the version of RE that we need requires curio, and the pypi package for curio is no longer updated
curio = { git = "https://github.com/dabeaz/curio", rev = "8667999" }
reportengine = { git = "https://github.com/NNPDF/reportengine", rev = "3bb2b1d"}
ruamel_yaml = {version = "<0.18"}
# Reportengine needs to be installed from git
reportengine = { git = "https://github.com/NNPDF/reportengine" }
# Fit
psutil = "*"
tensorflow = "*"
Expand Down

0 comments on commit 7702d2c

Please sign in to comment.