Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
For Some Reason The Installed Packages Are Not Reflecting The One From The

for some reason the installed packages are not reflecting the one from the requirements.txt in the repository?
image

  
  
Posted 4 months ago
Votes Newest

Answers 6


I think this is what you're looking for then - None
Task.add_requirements

  
  
Posted 4 months ago

Hi VexedWoodpecker50 , these are the packages that were on the environment that ran the experiment. Please see here - None

  
  
Posted 4 months ago

hi CostlyOstrich36 thanks for the reply but that doesn’t seem to be the case, I have a requirements.txt file that is very different from the one getting displayed

  
  
Posted 4 months ago

basically how can I make sure the packages from the requirements.txt get picked up instead of theses ones?

  
  
Posted 4 months ago

I see, thank you for the help but shouldn’t it automatically install packages that I’m specifying?

  
  
Posted 4 months ago

By default it will use the packages that were detected in the environment. You can override that default behaviour with this.

  
  
Posted 4 months ago
329 Views
6 Answers
4 months ago
4 months ago
Tags
Similar posts